Information about plays

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

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

{
    "id": 3610955,
    "uri": "https://api.kexp.org/v2/plays/3610955/?format=api",
    "airdate": "2026-01-30T07:52:40-08:00",
    "show": 65792,
    "show_uri": "https://api.kexp.org/v2/shows/65792/?format=api",
    "image_uri": "https://ia903201.us.archive.org/5/items/mbid-353704b1-1868-4588-a19f-d7423a486e07/mbid-353704b1-1868-4588-a19f-d7423a486e07-15273330827_thumb500.jpg",
    "thumbnail_uri": "https://ia903201.us.archive.org/5/items/mbid-353704b1-1868-4588-a19f-d7423a486e07/mbid-353704b1-1868-4588-a19f-d7423a486e07-15273330827_thumb250.jpg",
    "song": "Stay Positive",
    "track_id": "4ae5149b-82cb-32aa-9c40-f04c75f40f2c",
    "recording_id": "ec2b5a51-d72b-4605-aab9-c2b561db137e",
    "artist": "The Hold Steady",
    "artist_ids": [
        "4883523d-fc0e-4d0d-802c-91379e767083"
    ],
    "album": "Stay Positive",
    "release_id": "353704b1-1868-4588-a19f-d7423a486e07",
    "release_group_id": "02f4b425-cc0a-3d07-9c5c-d082570f2904",
    "labels": [
        "Vagrant Records"
    ],
    "label_ids": [
        "56c4226d-8962-4807-9ffa-dd6a10358fbb"
    ],
    "release_date": "2008-07-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch The Hold Steady performing live in our studio in 2019: https://www.youtube.com/watch?v=dDo2wUsrDRY\n--\n\"'Cause it’s one thing to start it with a Positive Jam\nAnd it’s another thing to see on through...\": https://genius.com/The-hold-steady-stay-positive-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}