Information about plays

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

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

{
    "id": 3601599,
    "uri": "https://api.kexp.org/v2/plays/3601599/?format=api",
    "airdate": "2026-01-07T23:56:28-08:00",
    "show": 65591,
    "show_uri": "https://api.kexp.org/v2/shows/65591/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Round and Down",
    "track_id": "4e7b0f68-6f83-4eb3-82ac-50732a04b771",
    "recording_id": "7fa80a6a-9a13-4707-898e-bcfcde3184cd",
    "artist": "The Bats",
    "artist_ids": [
        "ab12633b-696e-461a-ac43-f68a26355fa5"
    ],
    "album": "Daddy's Highway",
    "release_id": "83e06e35-44a8-42f9-8b62-972b772880f5",
    "release_group_id": "647168b5-1993-34f4-9f2c-0a811be86ed3",
    "labels": [
        "Flying Nun Records"
    ],
    "label_ids": [
        "59fd412e-71df-45b7-97be-37874136fe33"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A Kiwi institution since 1982.\n\nhttps://thebats.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}