Information about plays

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

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

{
    "id": 3559409,
    "uri": "https://api.kexp.org/v2/plays/3559409/?format=api",
    "airdate": "2025-09-30T00:27:30-07:00",
    "show": 64704,
    "show_uri": "https://api.kexp.org/v2/shows/64704/?format=api",
    "image_uri": "https://coverartarchive.org/release/03c08b9e-cbf3-427c-8de4-9ed4bfdc14f2/29179282427-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/03c08b9e-cbf3-427c-8de4-9ed4bfdc14f2/29179282427-250.jpg",
    "song": "Bury Me Happy",
    "track_id": null,
    "recording_id": null,
    "artist": "The Moles",
    "artist_ids": [
        "e48ea9fe-5d11-48e8-987b-a70473ae0574"
    ],
    "album": "Flashbacks and Dream Sequences: The Story of The Moles",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Fire"
    ],
    "label_ids": [],
    "release_date": "2014-04-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "(Indie pop perfection from Down Under, originally off their 1992 debut LP Untune the Sky)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}