Information about plays

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

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

{
    "id": 3523897,
    "uri": "https://api.kexp.org/v2/plays/3523897/?format=api",
    "airdate": "2025-07-07T12:44:21-07:00",
    "show": 63948,
    "show_uri": "https://api.kexp.org/v2/shows/63948/?format=api",
    "image_uri": "https://ia600203.us.archive.org/25/items/mbid-f6bc8fa5-b51f-4710-b32e-59c8cdff856e/mbid-f6bc8fa5-b51f-4710-b32e-59c8cdff856e-5541301343_thumb500.jpg",
    "thumbnail_uri": "https://ia600203.us.archive.org/25/items/mbid-f6bc8fa5-b51f-4710-b32e-59c8cdff856e/mbid-f6bc8fa5-b51f-4710-b32e-59c8cdff856e-5541301343_thumb250.jpg",
    "song": "From a Motel 6",
    "track_id": "708af9a7-9982-3008-8abe-ad2e110623ad",
    "recording_id": "a0802ab3-54c0-48a5-b480-b00bb08b22e1",
    "artist": "Yo La Tengo",
    "artist_ids": [
        "3f542031-b054-454d-b57b-812fa2a81b11"
    ],
    "album": "Painful",
    "release_id": "f6bc8fa5-b51f-4710-b32e-59c8cdff856e",
    "release_group_id": "43f61ece-3bac-3e2e-8b37-72c9278d243e",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1993-10-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yo La Tengo will be performing at the Psychic Salamander Festival, which runs Saturday and Sunday, Sept. 13 and 14 in Carnation, WA!\n\nWith Modest Mouse, Flaming Lips, Sleater-Kinney, Friko, Sun Atoms, and more. \n\nGet your tickets here:\nhttps://www.modestmousefest.com/tickets",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}