Information about plays

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

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

{
    "id": 3639642,
    "uri": "https://api.kexp.org/v2/plays/3639642/?format=api",
    "airdate": "2026-04-08T23:32:45-07:00",
    "show": 66403,
    "show_uri": "https://api.kexp.org/v2/shows/66403/?format=api",
    "image_uri": "https://coverartarchive.org/release/eccc7ecd-342b-4e6a-b27e-18e5a7b964d3/44712442231-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/eccc7ecd-342b-4e6a-b27e-18e5a7b964d3/44712442231-250.jpg",
    "song": "Your Old House",
    "track_id": null,
    "recording_id": "31b09923-e3d2-4f31-98d2-f833dc699a33",
    "artist": "Monster Rally feat. Mei Semones",
    "artist_ids": [
        "ba934f3d-4e53-482a-a632-6848935de50c",
        "68aaf52d-c2bf-4a2f-9779-8afa07664153"
    ],
    "album": "Echoes of the Emerald Sands",
    "release_id": null,
    "release_group_id": "f761d57e-bd64-4da7-9ea3-2528aaf15e6d",
    "labels": [
        "Flowering Jungle"
    ],
    "label_ids": [
        "2a159af8-57ce-467a-a56d-73383aaa8554"
    ],
    "release_date": "2026-03-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New record features MUNYA, TV Girl, Sessa, Jordana and more!\n\nhttps://monsterrally.bandcamp.com/album/echoes-of-the-emerald-sands",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}