Information about plays

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

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

{
    "id": 3572241,
    "uri": "https://api.kexp.org/v2/plays/3572241/?format=api",
    "airdate": "2025-10-31T14:27:32-07:00",
    "show": 64984,
    "show_uri": "https://api.kexp.org/v2/shows/64984/?format=api",
    "image_uri": "https://ia903205.us.archive.org/17/items/mbid-4c013c6b-b187-4c74-b75f-e5ff7b95fdef/mbid-4c013c6b-b187-4c74-b75f-e5ff7b95fdef-4436624126_thumb500.jpg",
    "thumbnail_uri": "https://ia803205.us.archive.org/17/items/mbid-4c013c6b-b187-4c74-b75f-e5ff7b95fdef/mbid-4c013c6b-b187-4c74-b75f-e5ff7b95fdef-4436624126_thumb250.jpg",
    "song": "Nowhere to Run, Nowhere to Hide",
    "track_id": "8ac6e861-2108-4691-9896-b893eaa1eff1",
    "recording_id": "036457ec-342a-4d20-8f04-e228ee42b2e6",
    "artist": "Gravediggaz",
    "artist_ids": [
        "7010fbf2-cbfd-4625-b0ef-a7efb9285320"
    ],
    "album": "6 Feet Deep",
    "release_id": "23396f94-0888-4003-95d1-1d0c96ce2674",
    "release_group_id": "d6f1ef7d-64e1-39fc-be5b-f2d57afa3a45",
    "labels": [
        "Gee Street"
    ],
    "label_ids": [
        "505f2aad-aa7b-4df5-9e58-fbf3855db6db"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Braeden, Tasha and Garland!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}