Information about plays

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

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

{
    "id": 3562316,
    "uri": "https://api.kexp.org/v2/plays/3562316/?format=api",
    "airdate": "2025-10-07T10:10:49-07:00",
    "show": 64771,
    "show_uri": "https://api.kexp.org/v2/shows/64771/?format=api",
    "image_uri": "https://ia800204.us.archive.org/23/items/mbid-4d5c6639-75ad-4412-8509-a071346e06e6/mbid-4d5c6639-75ad-4412-8509-a071346e06e6-23136366920_thumb500.jpg",
    "thumbnail_uri": "https://ia800204.us.archive.org/23/items/mbid-4d5c6639-75ad-4412-8509-a071346e06e6/mbid-4d5c6639-75ad-4412-8509-a071346e06e6-23136366920_thumb250.jpg",
    "song": "The Sweetest Taboo",
    "track_id": "1d9d36f3-b41a-3bb9-bab9-06877b8421bb",
    "recording_id": "2bc6dec2-821b-47ec-8a52-91bc5838f804",
    "artist": "Sade",
    "artist_ids": [
        "67930b3e-e00b-469f-8c74-fd69f20522ec"
    ],
    "album": "Promise",
    "release_id": "4d5c6639-75ad-4412-8509-a071346e06e6",
    "release_group_id": "d49bd610-a10e-3f14-8bd0-0121f7f20a4d",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is #458 in the countdown of favorite albums.\n--\n\"Promise,\" released in November, 1985, was Sade's second studio album.  The album's title comes from a letter from Sade Adu's father where he refers to the \"promise of hope\" to recover from cancer. \n--\nWatch the gorgeous Sade perform this gorgeous song live: https://www.youtube.com/watch?v=T2u2eqerRks",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}