Information about plays

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

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

{
    "id": 3548825,
    "uri": "https://api.kexp.org/v2/plays/3548825/?format=api",
    "airdate": "2025-09-04T12:12:28-07:00",
    "show": 64471,
    "show_uri": "https://api.kexp.org/v2/shows/64471/?format=api",
    "image_uri": "https://ia803204.us.archive.org/12/items/mbid-d9e43d7a-5d0b-43da-a7e4-c4a98cabe319/mbid-d9e43d7a-5d0b-43da-a7e4-c4a98cabe319-16265298664_thumb500.jpg",
    "thumbnail_uri": "https://ia803204.us.archive.org/12/items/mbid-d9e43d7a-5d0b-43da-a7e4-c4a98cabe319/mbid-d9e43d7a-5d0b-43da-a7e4-c4a98cabe319-16265298664_thumb250.jpg",
    "song": "Deeper Down",
    "track_id": "e35f0e4f-7220-3727-adc6-7efd231be580",
    "recording_id": "bc2ae173-6b04-48cd-b9d6-2719db72e04f",
    "artist": "Wilco",
    "artist_ids": [
        "9e53f84d-ef44-4c16-9677-5fd4d78cbd7d"
    ],
    "album": "Wilco (The Album)",
    "release_id": "d9e43d7a-5d0b-43da-a7e4-c4a98cabe319",
    "release_group_id": "c61adfc2-3488-3e14-9f91-5f904e577bc5",
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "2009-06-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From 2009's 'Wilco (The Album)'\n\nWilco just wrapped up their latest tour including a pair of shows in Seattle last week. They'll be back on the road this October.\nhttps://wilcoworld.net/shows/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}