Information about plays

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

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

{
    "id": 3605433,
    "uri": "https://api.kexp.org/v2/plays/3605433/?format=api",
    "airdate": "2026-01-17T08:50:31-08:00",
    "show": 65673,
    "show_uri": "https://api.kexp.org/v2/shows/65673/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cay's Crays",
    "track_id": null,
    "recording_id": "dc87d6d9-48d3-4ca3-9fd1-95c9fadbc99c",
    "artist": "Fat Freddy’s Drop",
    "artist_ids": [
        "d451395a-f768-432e-bb70-d38c32baf4cb"
    ],
    "album": "Comfy Dub",
    "release_id": null,
    "release_group_id": "a0d5424f-9604-43ba-af3c-596d78fd189e",
    "labels": [],
    "label_ids": [],
    "release_date": "2008-11-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Māori\n\nFat Freddy's Drop is a, 8-piece band from Aotearoa, New Zealand, known for their genre-bending and 'euphoric diaphragm-wrecking' music.\n\nhttps://fatfreddysdrop.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}