Information about plays

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

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

{
    "id": 3639697,
    "uri": "https://api.kexp.org/v2/plays/3639697/?format=api",
    "airdate": "2026-04-09T02:38:52-07:00",
    "show": 66404,
    "show_uri": "https://api.kexp.org/v2/shows/66404/?format=api",
    "image_uri": "https://coverartarchive.org/release/8da24740-d94c-4a3c-9fdc-ac94822f66c7/39743023343-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8da24740-d94c-4a3c-9fdc-ac94822f66c7/39743023343-250.jpg",
    "song": "Radio Activity Rapp (street version)",
    "track_id": null,
    "recording_id": "1dd3171a-26eb-497a-8202-59fc20afdadc",
    "artist": "M.C. Fosty and Lovin’ C",
    "artist_ids": [
        "b5edc390-55da-41ba-8803-4356b69c267e"
    ],
    "album": "Radio Activity Rapp / Radio Activity Syndrome",
    "release_id": null,
    "release_group_id": "a8d9c521-0fe6-4ad3-98f6-5e749bcd76ac",
    "labels": [
        "Rappers Rapp Disco Co."
    ],
    "label_ids": [
        "bf4aa96b-ac37-426e-a746-fdd928d50c41"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}