Information about plays

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

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

{
    "id": 3605556,
    "uri": "https://api.kexp.org/v2/plays/3605556/?format=api",
    "airdate": "2026-01-17T15:23:53-08:00",
    "show": 65676,
    "show_uri": "https://api.kexp.org/v2/shows/65676/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Prism",
    "track_id": "3875a1a9-f7ce-4c3d-9db3-5a0b5c178280",
    "recording_id": "3edc0d52-633f-4ece-85e4-342901942f95",
    "artist": "Cold Beat",
    "artist_ids": [
        "10969dc2-c517-4d0d-adc4-45a8a73623a9"
    ],
    "album": "Mother",
    "release_id": "c40d330b-ef27-4074-9c52-31156c63242f",
    "release_group_id": "4dbbd450-8311-4bcb-ba7f-95c0e86fcf39",
    "labels": [
        "DFA Records"
    ],
    "label_ids": [
        "32d02635-98fc-4405-94e1-e5b06f9d2025"
    ],
    "release_date": "2020-02-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "San Francisco's Cold Beat was started by Hannah Lew as an outlet for songs she'd been working on while playing in Grass Widow\nhttps://coldbeatsf.bandcamp.com/album/mother",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}