Information about plays

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

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

{
    "id": 3623116,
    "uri": "https://api.kexp.org/v2/plays/3623116/?format=api",
    "airdate": "2026-02-27T18:11:27-08:00",
    "show": 66045,
    "show_uri": "https://api.kexp.org/v2/shows/66045/?format=api",
    "image_uri": "https://ia801505.us.archive.org/5/items/mbid-75f5d72b-b93f-4b59-9047-2e5e44900fa9/mbid-75f5d72b-b93f-4b59-9047-2e5e44900fa9-3405865077_thumb500.jpg",
    "thumbnail_uri": "https://ia601505.us.archive.org/5/items/mbid-75f5d72b-b93f-4b59-9047-2e5e44900fa9/mbid-75f5d72b-b93f-4b59-9047-2e5e44900fa9-3405865077_thumb250.jpg",
    "song": "Private Idaho",
    "track_id": "2c078b35-d18a-3218-9b44-9816554b2f84",
    "recording_id": "337e27a4-e59a-4a9b-b012-6fc39594f2ba",
    "artist": "The B‐52s",
    "artist_ids": [
        "127f591a-7e27-4435-92db-0780f219f3a1"
    ],
    "album": "Nude on the Moon: The B‐52’s Anthology",
    "release_id": "75f5d72b-b93f-4b59-9047-2e5e44900fa9",
    "release_group_id": "c842de7e-0382-3c13-8ae6-bc577830abae",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2002-01-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday Cindy Wilson of the B-52s!\n\nThe B-52's are from Athens, Georgia and never played a concert in Idaho until September 13, 2011, when they played at Eagle River Pavilion in Eagle, Idaho.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}