Information about plays

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

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

{
    "id": 3604610,
    "uri": "https://api.kexp.org/v2/plays/3604610/?format=api",
    "airdate": "2026-01-15T08:40:37-08:00",
    "show": 65656,
    "show_uri": "https://api.kexp.org/v2/shows/65656/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Summer Babe (Winter version)",
    "track_id": "071b7bf1-480b-3543-8d7e-3a6a4e022846",
    "recording_id": "ba858394-dc04-46e4-a4e8-8eae4d9ad65f",
    "artist": "Pavement",
    "artist_ids": [
        "36bfa85f-737b-41db-a8fc-b8825850ffc3"
    ],
    "album": "Slanted and Enchanted",
    "release_id": "6d6cec89-77e0-4808-9f4a-3e2e946ed4e3",
    "release_group_id": "869f9eac-2a40-3a41-80a3-6bf2297a7cbc",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1992-04-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hi John & KEXP,\n\nThanks for the great playlist!  Just scored tix to see Pavement in Richmond, VA this summer.  Totally stoked!!\n\nIf you have the room, can you play Summer Babe.  Very cold today and hoping this puts me in the summer vibe.\n\nBest to all!\nScott in Charlottesville, VA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}