Information about plays

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

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

{
    "id": 3636436,
    "uri": "https://api.kexp.org/v2/plays/3636436/?format=api",
    "airdate": "2026-04-01T12:29:49-07:00",
    "show": 66337,
    "show_uri": "https://api.kexp.org/v2/shows/66337/?format=api",
    "image_uri": "https://dn711107.ca.archive.org/0/items/mbid-44bee61d-4898-30a4-a25a-411eb68c746c/mbid-44bee61d-4898-30a4-a25a-411eb68c746c-15326745855_thumb500.jpg",
    "thumbnail_uri": "https://dn711107.ca.archive.org/0/items/mbid-44bee61d-4898-30a4-a25a-411eb68c746c/mbid-44bee61d-4898-30a4-a25a-411eb68c746c-15326745855_thumb250.jpg",
    "song": "Always on My Mind",
    "track_id": "b8c3d8f5-d33a-361e-b41c-67bfa876ccc7",
    "recording_id": "682040b8-8e57-4b24-9844-4526d17dd394",
    "artist": "Pet Shop Boys",
    "artist_ids": [
        "be540c02-7898-4b79-9acc-c8122c7d9e83"
    ],
    "album": "Discography: The Complete Singles Collection",
    "release_id": "44bee61d-4898-30a4-a25a-411eb68c746c",
    "release_group_id": "8e040acb-3886-3e66-b92c-b3fca32226ab",
    "labels": [
        "EMI Records USA"
    ],
    "label_ids": [
        "3b76dfe7-0a2d-401a-86a7-f1a30c480e0d"
    ],
    "release_date": "1991-11-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The English synth-pop duo performed this cover for a TV special marking the 10th anniversary of Elvis' passing.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}