Information about plays

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

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

{
    "id": 3572564,
    "uri": "https://api.kexp.org/v2/plays/3572564/?format=api",
    "airdate": "2025-11-01T11:09:34-07:00",
    "show": 64993,
    "show_uri": "https://api.kexp.org/v2/shows/64993/?format=api",
    "image_uri": "https://coverartarchive.org/release/ff0e6fec-4e77-46b8-99f8-7503a47d9a81/36542882488-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ff0e6fec-4e77-46b8-99f8-7503a47d9a81/36542882488-250.jpg",
    "song": "Red Gold and Green",
    "track_id": null,
    "recording_id": "aa6a5130-17a8-45b2-a3c2-8a5f12a0b161",
    "artist": "Kabaka Pyramid & Damian Marley",
    "artist_ids": [
        "364162c7-09be-4462-b3c9-2f410b23605d",
        "cbfb9bcd-c5a0-4d7c-865f-2c641c171e1c"
    ],
    "album": "The Kalling",
    "release_id": null,
    "release_group_id": "4de28a97-9735-4652-a9d9-f07c98190588",
    "labels": [
        "Ghetto Youths International"
    ],
    "label_ids": [
        "2ab77113-20f8-4de7-a297-89a1084e01a5"
    ],
    "release_date": "2022-09-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.youtube.com/watch?v=06htW8IUc9M",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}