Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/3632762/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3632762,
    "uri": "https://api.kexp.org/v2/plays/3632762/?format=api",
    "airdate": "2026-03-23T14:30:31-07:00",
    "show": 66261,
    "show_uri": "https://api.kexp.org/v2/shows/66261/?format=api",
    "image_uri": "https://coverartarchive.org/release/5cfc1608-b111-4f75-8ad9-7985c9740e4a/16047599006-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5cfc1608-b111-4f75-8ad9-7985c9740e4a/16047599006-250.jpg",
    "song": "Around and Around",
    "track_id": null,
    "recording_id": "81badfc6-677e-43dd-9b89-7d1666dbd70c",
    "artist": "Chuck Berry",
    "artist_ids": [
        "592a3b6d-c42b-4567-99c9-ecf63bd66499"
    ],
    "album": "Chuck Berry Is on Top",
    "release_id": null,
    "release_group_id": "15a8abc8-5b8d-3152-83b0-f5d791fbfd79",
    "labels": [
        "Chess"
    ],
    "label_ids": [
        "6c6eb4e5-f7c7-48bd-93d2-4901b4971e12"
    ],
    "release_date": "1959-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Berry Is on Top is' the third studio album by rock and roll artist Chuck Berry, featuring track like \"Johnny B. Goode.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}