Information about plays

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

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

{
    "id": 3597881,
    "uri": "https://api.kexp.org/v2/plays/3597881/?format=api",
    "airdate": "2025-12-30T05:53:10-08:00",
    "show": 65513,
    "show_uri": "https://api.kexp.org/v2/shows/65513/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Daydream Believer",
    "track_id": null,
    "recording_id": "4c375287-cfd4-4d97-ac72-3d86b7a07af2",
    "artist": "The Monkees",
    "artist_ids": [
        "b8549efe-f4fd-4dc0-8ef1-226e9c400233"
    ],
    "album": "Hot Summer Nights",
    "release_id": null,
    "release_group_id": "c2092131-6b30-306b-8cc2-1df22634f6dd",
    "labels": [
        "K‐tel"
    ],
    "label_ids": [
        "1262d33c-053e-4ddf-b732-146012a058f8"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mike Nesmith and Davy Jones of The Monkees shared the same birthday, December 30th, with Nesmith born in 1942 and Jones in 1945!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}