Information about plays

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

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

{
    "id": 3574220,
    "uri": "https://api.kexp.org/v2/plays/3574220/?format=api",
    "airdate": "2025-11-05T07:11:33-08:00",
    "show": 65028,
    "show_uri": "https://api.kexp.org/v2/shows/65028/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Rising",
    "track_id": "1ada6a03-1e56-4b51-9d59-2005b8041fae",
    "recording_id": "42cb0c94-6e39-4fb7-bd12-9e7af5de1a65",
    "artist": "Bruce Springsteen",
    "artist_ids": [
        "70248960-cb53-4ea4-943a-edb18f7d336f"
    ],
    "album": "The Rising",
    "release_id": "a3889e68-6fa3-4762-b9ab-4badec65a043",
    "release_group_id": "d19453c0-cd72-3468-b110-0f898c111e5e",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bruce performed this song at We Are One: The Obama Inaugural Celebration at the Lincoln Memorial.  January 18, 2009.-- https://kexp.org/50\n\nYou can see video of The Boss performing at We Are One: https://youtu.be/NqEG2-0R6CA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}