Information about plays

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

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

{
    "id": 3545468,
    "uri": "https://api.kexp.org/v2/plays/3545468/?format=api",
    "airdate": "2025-08-27T11:20:32-07:00",
    "show": 64401,
    "show_uri": "https://api.kexp.org/v2/shows/64401/?format=api",
    "image_uri": "https://dn721309.ca.archive.org/0/items/mbid-896263b0-ce1e-45dd-abd2-c5118d17d5d6/mbid-896263b0-ce1e-45dd-abd2-c5118d17d5d6-4529010699_thumb500.jpg",
    "thumbnail_uri": "https://dn721309.ca.archive.org/0/items/mbid-896263b0-ce1e-45dd-abd2-c5118d17d5d6/mbid-896263b0-ce1e-45dd-abd2-c5118d17d5d6-4529010699_thumb250.jpg",
    "song": "She's a Rainbow",
    "track_id": "417c548a-81f8-3f2f-9244-6461164e02ad",
    "recording_id": "5476a688-ac9a-49e2-84fe-ccb95676a20d",
    "artist": "The Rolling Stones",
    "artist_ids": [
        "b071f9fa-14b0-4217-8e97-eb41da73f598"
    ],
    "album": "Forty Licks",
    "release_id": "896263b0-ce1e-45dd-abd2-c5118d17d5d6",
    "release_group_id": "6474dce0-f54d-36f5-9dc5-03a44e9f5d5b",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2002-09-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Sophie (for fiancee Jessi!)\n\n\"Hi there, it’s Sophie texting for amplifiers love day! \n\nI’m requesting 'she’s a rainbow' by The Rolling Stones - it’s my fiancée  Jessi's favorite song and the song we want to use to walk down the aisle together next year!\n\nThank you and have a great day!\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}