Information about plays

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

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

{
    "id": 3561922,
    "uri": "https://api.kexp.org/v2/plays/3561922/?format=api",
    "airdate": "2025-10-06T05:48:52-07:00",
    "show": 64761,
    "show_uri": "https://api.kexp.org/v2/shows/64761/?format=api",
    "image_uri": "https://ia800506.us.archive.org/32/items/mbid-7eb0dd9e-829a-4b3c-a748-9e424eae1bc9/mbid-7eb0dd9e-829a-4b3c-a748-9e424eae1bc9-28675842896_thumb500.jpg",
    "thumbnail_uri": "https://ia800506.us.archive.org/32/items/mbid-7eb0dd9e-829a-4b3c-a748-9e424eae1bc9/mbid-7eb0dd9e-829a-4b3c-a748-9e424eae1bc9-28675842896_thumb250.jpg",
    "song": "Sounds Like Hallelujah",
    "track_id": "70bc21ba-6ec0-3e15-be90-1344b3cb00ab",
    "recording_id": "9cd51c9f-7e63-4bf2-b10c-9b2d618a64ed",
    "artist": "The Head and the Heart",
    "artist_ids": [
        "98cb416e-5271-484c-ab3b-6bed6b4aae12"
    ],
    "album": "The Head and the Heart",
    "release_id": "7eb0dd9e-829a-4b3c-a748-9e424eae1bc9",
    "release_group_id": "d51ffb84-a158-4a1f-ab76-99fc6f372344",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2011-04-16",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "#623 \n\nThe Head and the Heart will be live in Seattle on Feb. 6, 2026 at Benaroya Hall!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}