Information about plays

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

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

{
    "id": 3603701,
    "uri": "https://api.kexp.org/v2/plays/3603701/?format=api",
    "airdate": "2026-01-13T04:38:05-08:00",
    "show": 65637,
    "show_uri": "https://api.kexp.org/v2/shows/65637/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Heartbeat",
    "track_id": "0e458aee-d48d-4b64-8e0a-fe18d82e67a7",
    "recording_id": "71ccfea1-c1ba-48a1-bc17-6e18e776c3bf",
    "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"
}