Information about plays

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

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

{
    "id": 3637584,
    "uri": "https://api.kexp.org/v2/plays/3637584/?format=api",
    "airdate": "2026-04-04T05:31:53-07:00",
    "show": 66361,
    "show_uri": "https://api.kexp.org/v2/shows/66361/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Through the Fire",
    "track_id": null,
    "recording_id": "70d935fd-6280-468e-99e6-63db14245eaa",
    "artist": "Chaka Khan",
    "artist_ids": [
        "900e9144-019d-4043-86cb-ec0e127c39d0"
    ],
    "album": "The Everything Kanye Mixtape",
    "release_id": null,
    "release_group_id": "0ff20f60-7e8d-3e0b-912d-f45f11bdf741",
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another famous aries, born March 23rd...about fire...i had to play it",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}