Information about plays

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

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

{
    "id": 3554491,
    "uri": "https://api.kexp.org/v2/plays/3554491/?format=api",
    "airdate": "2025-09-18T06:19:48-07:00",
    "show": 64592,
    "show_uri": "https://api.kexp.org/v2/shows/64592/?format=api",
    "image_uri": "https://ia601609.us.archive.org/22/items/mbid-1be68d56-dbbd-3e4e-9fa8-98a71dc63ff3/mbid-1be68d56-dbbd-3e4e-9fa8-98a71dc63ff3-14942693452_thumb500.jpg",
    "thumbnail_uri": "https://ia801609.us.archive.org/22/items/mbid-1be68d56-dbbd-3e4e-9fa8-98a71dc63ff3/mbid-1be68d56-dbbd-3e4e-9fa8-98a71dc63ff3-14942693452_thumb250.jpg",
    "song": "Surrender",
    "track_id": "cbc68ec3-492a-3b89-8feb-b7651ec4e48c",
    "recording_id": "44fde9bf-4838-4797-beaa-a4f5979a7b20",
    "artist": "U2",
    "artist_ids": [
        "a3cb23fc-acd3-4ce0-8f36-1e5aa6a18432"
    ],
    "album": "War",
    "release_id": "1be68d56-dbbd-3e4e-9fa8-98a71dc63ff3",
    "release_group_id": "c6b36664-7e60-3b3e-a24d-d096c67a11e9",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2008-07-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See U2 performing Surrender Live at Red Rocks in 1983: https://www.youtube.com/watch?v=TRqoe_jclZw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}