Information about plays

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

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

{
    "id": 3636251,
    "uri": "https://api.kexp.org/v2/plays/3636251/?format=api",
    "airdate": "2026-04-01T02:14:31-07:00",
    "show": 66334,
    "show_uri": "https://api.kexp.org/v2/shows/66334/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wash Me",
    "track_id": "52d0a30b-2215-34e0-bfda-326a05967137",
    "recording_id": "ff782a70-6ad3-4d95-9edc-2fad8c5010ee",
    "artist": "The Grates",
    "artist_ids": [
        "5bd41e0a-9d6c-46bf-8198-befd7a90eb49"
    ],
    "album": "The Ouch. The Touch.",
    "release_id": "77120dfa-633b-3799-b0db-d754171b0434",
    "release_group_id": "e9413766-fe16-3606-878c-b1f9d1744f1c",
    "labels": [
        "Fontana"
    ],
    "label_ids": [
        "c69058f5-0089-464b-b574-dd44b0f7f610"
    ],
    "release_date": "2005-08-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}