Information about plays

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

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

{
    "id": 3525526,
    "uri": "https://api.kexp.org/v2/plays/3525526/?format=api",
    "airdate": "2025-07-11T10:38:20-07:00",
    "show": 63982,
    "show_uri": "https://api.kexp.org/v2/shows/63982/?format=api",
    "image_uri": "https://ia801400.us.archive.org/5/items/mbid-fd573813-9f27-3ca5-9887-ce84510d81b2/mbid-fd573813-9f27-3ca5-9887-ce84510d81b2-5734924900_thumb500.jpg",
    "thumbnail_uri": "https://dn721909.ca.archive.org/0/items/mbid-fd573813-9f27-3ca5-9887-ce84510d81b2/mbid-fd573813-9f27-3ca5-9887-ce84510d81b2-5734924900_thumb250.jpg",
    "song": "Just Breathe",
    "track_id": "f3f9f8b8-938e-3a08-b7a8-99f63de5ee83",
    "recording_id": "9b267b7d-79a7-447a-8aed-cf7bf4dc69de",
    "artist": "Pearl Jam",
    "artist_ids": [
        "83b9cbe7-9857-49e2-ab8e-b57b01038103"
    ],
    "album": "Backspacer",
    "release_id": "fd573813-9f27-3ca5-9887-ce84510d81b2",
    "release_group_id": "d37a0c9e-aff4-42e9-b5fa-9fc4e5a2a210",
    "labels": [
        "Monkeywrench Records"
    ],
    "label_ids": [
        "fdef4ca1-8821-423f-9228-023b5d33299a"
    ],
    "release_date": "2009-09-20",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Pearl Jam's ninth album, Backspacer, came out in 2009. \n\n\"Of all the timeworn adolescent rock and roll clichés, you can’t do much worse than saying your life changed at 14 after hearing Pearl Jam on the radio for the first time. Well, sue me: I say just that — that the music seemed to erupt straight from the earth’s core and then smolder inside my chest the whole ride home.\" \n\nRead more from this 10-year retrospective review of Backspacer: https://tinyurl.com/bddb8rbx",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}