Information about plays

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

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

{
    "id": 3612545,
    "uri": "https://api.kexp.org/v2/plays/3612545/?format=api",
    "airdate": "2026-02-03T04:16:15-08:00",
    "show": 65827,
    "show_uri": "https://api.kexp.org/v2/shows/65827/?format=api",
    "image_uri": "https://dn721507.ca.archive.org/0/items/mbid-506edb85-80a0-46c1-a115-9a0ff4e3c09c/mbid-506edb85-80a0-46c1-a115-9a0ff4e3c09c-43535972317_thumb500.jpg",
    "thumbnail_uri": "https://dn721507.ca.archive.org/0/items/mbid-506edb85-80a0-46c1-a115-9a0ff4e3c09c/mbid-506edb85-80a0-46c1-a115-9a0ff4e3c09c-43535972317_thumb250.jpg",
    "song": "Kindred Spirit",
    "track_id": "68bc911e-142f-4cdd-a9d4-02f396e597bd",
    "recording_id": "b903665b-86ea-4980-b076-d010a05cd2f7",
    "artist": "Navy Blue",
    "artist_ids": [
        "304c731f-ea4f-407c-b4fc-65131b1b2b37"
    ],
    "album": "The Sword & The Soaring",
    "release_id": "506edb85-80a0-46c1-a115-9a0ff4e3c09c",
    "release_group_id": "ac5982d9-c995-4db3-8560-1d3fb0d71f6d",
    "labels": [
        "Freedom Sounds"
    ],
    "label_ids": [
        "d18d9e02-b869-47c8-b4a8-a3a778265060"
    ],
    "release_date": "2025-11-11",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://navybluethetruest.bandcamp.com/album/the-sword-the-soaring",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}