Information about plays

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

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

{
    "id": 3627750,
    "uri": "https://api.kexp.org/v2/plays/3627750/?format=api",
    "airdate": "2026-03-11T12:32:16-07:00",
    "show": 66152,
    "show_uri": "https://api.kexp.org/v2/shows/66152/?format=api",
    "image_uri": "https://ia600307.us.archive.org/6/items/mbid-aaf0600f-d840-4bb6-bb3f-554ef88ad5dc/mbid-aaf0600f-d840-4bb6-bb3f-554ef88ad5dc-18600316507_thumb500.jpg",
    "thumbnail_uri": "https://ia800307.us.archive.org/6/items/mbid-aaf0600f-d840-4bb6-bb3f-554ef88ad5dc/mbid-aaf0600f-d840-4bb6-bb3f-554ef88ad5dc-18600316507_thumb250.jpg",
    "song": "Scissors in the Sand",
    "track_id": "1af5e9de-eb2d-3a0a-b68c-71d093073b03",
    "recording_id": "a231d6ae-2902-45b0-97d7-c1ec7ee18265",
    "artist": "Echo & The Bunnymen",
    "artist_ids": [
        "ccd4879c-5e88-4385-b131-bf65296bf245"
    ],
    "album": "Siberia",
    "release_id": "aaf0600f-d840-4bb6-bb3f-554ef88ad5dc",
    "release_group_id": "150516de-91ec-3719-ba10-f64567ff2981",
    "labels": [
        "Cooking Vinyl"
    ],
    "label_ids": [
        "10a8a55b-fe80-4df6-978e-fc0548dc04b6"
    ],
    "release_date": "2005-09-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cheryl and Kennady: KEXP's own \"Scissor Sisters\".\n\nEcho and the Bunnymen will be in Seattle at Showbox SoDo on May 12!\n\nhttps://www.bunnymen.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}