Information about plays

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

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

{
    "id": 3545874,
    "uri": "https://api.kexp.org/v2/plays/3545874/?format=api",
    "airdate": "2025-08-28T12:32:11-07:00",
    "show": 64409,
    "show_uri": "https://api.kexp.org/v2/shows/64409/?format=api",
    "image_uri": "https://ia800204.us.archive.org/28/items/mbid-fbe76262-e7ff-4723-9e0c-1d554da6c946/mbid-fbe76262-e7ff-4723-9e0c-1d554da6c946-2362099957_thumb500.jpg",
    "thumbnail_uri": "https://ia600204.us.archive.org/28/items/mbid-fbe76262-e7ff-4723-9e0c-1d554da6c946/mbid-fbe76262-e7ff-4723-9e0c-1d554da6c946-2362099957_thumb250.jpg",
    "song": "Oh You, Old Thing",
    "track_id": "ed2304cf-7225-3aac-b6c3-e9a8074560f3",
    "recording_id": "0a1a53ff-34c8-459d-9b9a-dae8bbbe966d",
    "artist": "Wolf Parade",
    "artist_ids": [
        "b7ddce8b-9e5c-46bd-9d33-41b134ce1a7f"
    ],
    "album": "Expo 86",
    "release_id": "fbe76262-e7ff-4723-9e0c-1d554da6c946",
    "release_group_id": "df85759a-3d1b-42c1-8337-46c66d4a50de",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2010-06-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's a throwback from the band's 2019 performance in KEXP's Gathering Space.\nhttps://bit.ly/3eDZNz4\n\nhttps://www.subpop.com/artists/wolf_parade",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}