Information about plays

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

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

{
    "id": 3629006,
    "uri": "https://api.kexp.org/v2/plays/3629006/?format=api",
    "airdate": "2026-03-14T22:18:58-07:00",
    "show": 66183,
    "show_uri": "https://api.kexp.org/v2/shows/66183/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let's Get Arrested Tonight",
    "track_id": null,
    "recording_id": "8c64ae68-9f32-4014-bf53-2ba17a3632b5",
    "artist": "The Credentials",
    "artist_ids": [
        "2569b731-8674-426a-9b65-eb43627e8b9b"
    ],
    "album": "Goocher",
    "release_id": null,
    "release_group_id": "c37fb85d-7762-4693-81a9-0ccdeec132f8",
    "labels": [
        "It's Alive Records"
    ],
    "label_ids": [],
    "release_date": "2011-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Boston, MA\n\nhttps://thecredentials.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}