Information about plays

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

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

{
    "id": 3551297,
    "uri": "https://api.kexp.org/v2/plays/3551297/?format=api",
    "airdate": "2025-09-10T12:34:48-07:00",
    "show": 64525,
    "show_uri": "https://api.kexp.org/v2/shows/64525/?format=api",
    "image_uri": "https://ia800303.us.archive.org/24/items/mbid-6d66ac2e-518b-4a66-b0ec-521840e6e3eb/mbid-6d66ac2e-518b-4a66-b0ec-521840e6e3eb-41967974002_thumb500.jpg",
    "thumbnail_uri": "https://dn721707.ca.archive.org/0/items/mbid-6d66ac2e-518b-4a66-b0ec-521840e6e3eb/mbid-6d66ac2e-518b-4a66-b0ec-521840e6e3eb-41967974002_thumb250.jpg",
    "song": "cranberry",
    "track_id": "7f5f5815-a338-4ddd-abf8-973fde645038",
    "recording_id": "b87acd11-7941-464e-9af3-b3c26eeb828b",
    "artist": "GRÓA",
    "artist_ids": [
        "23ff93a8-f110-4671-a46c-642ac8d0d7b9"
    ],
    "album": "Drop P",
    "release_id": "6d66ac2e-518b-4a66-b0ec-521840e6e3eb",
    "release_group_id": "4b191e1d-0572-4a51-9f15-009233b1bd2f",
    "labels": [
        "One Little Independent Records"
    ],
    "label_ids": [
        "d231149e-77ad-4a8a-8623-934922d8b1ed"
    ],
    "release_date": "2025-06-06",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Reykjavík, Iceland's GRÓA!\n\nCheck out this 2023 Live on KEXP session here: https://www.youtube.com/watch?v=o7K2Nz6UkU8\n\n--\n\nTheir new album, 'Drop P,' came out back in June. Check it out here: https://groa.bandcamp.com/album/drop-p",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}