Information about plays

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

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

{
    "id": 3523844,
    "uri": "https://api.kexp.org/v2/plays/3523844/?format=api",
    "airdate": "2025-07-07T09:21:09-07:00",
    "show": 63947,
    "show_uri": "https://api.kexp.org/v2/shows/63947/?format=api",
    "image_uri": "https://dn721608.ca.archive.org/0/items/mbid-b853fbd7-d9ed-48d0-8940-8fc3530ebb84/mbid-b853fbd7-d9ed-48d0-8940-8fc3530ebb84-41662771022_thumb500.jpg",
    "thumbnail_uri": "https://dn721608.ca.archive.org/0/items/mbid-b853fbd7-d9ed-48d0-8940-8fc3530ebb84/mbid-b853fbd7-d9ed-48d0-8940-8fc3530ebb84-41662771022_thumb250.jpg",
    "song": "The World Doesn’t Need Another Band",
    "track_id": "c8701d2b-a08b-45ef-8d39-a7fb1b1e58d9",
    "recording_id": "1702e35b-76c2-44f1-9699-59d7d2b63e9c",
    "artist": "The Reds, Pinks & Purples",
    "artist_ids": [
        "8b5adedc-5ce8-4c7d-a22a-ffeaddad7738"
    ],
    "album": "The Past Is a Garden I Never Fed",
    "release_id": "b853fbd7-d9ed-48d0-8940-8fc3530ebb84",
    "release_group_id": "c2b08898-111a-40ad-a1fc-b6ae17dfa5e1",
    "labels": [
        "Fire Records"
    ],
    "label_ids": [
        "659008fb-d1e7-4eca-865c-0d0344a721ed"
    ],
    "release_date": "2025-07-04",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From their brand new album!\n\nThe band self-describes as: \"The Reds, Pinks and Purples are a band that effortlessly captures the essence of indie rock's golden era... Imagine the raw, lo-fi charm of GBV meeting the atmospheric melancholy of The Cure, all while channelling the storytelling of The Go-Betweens.\"\n\nhttps://theredspinksandpurples.bandcamp.com/track/the-world-doesnt-need-another-band-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}