Information about plays

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

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

{
    "id": 3604820,
    "uri": "https://api.kexp.org/v2/plays/3604820/?format=api",
    "airdate": "2026-01-15T21:18:27-08:00",
    "show": 65660,
    "show_uri": "https://api.kexp.org/v2/shows/65660/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Electronic Girl (8-Bit Remix)",
    "track_id": null,
    "recording_id": "41e2580a-4686-4203-98cb-49fbcb24e9e2",
    "artist": "Chinese Football",
    "artist_ids": [
        "00155139-0a81-4076-a367-133d8727cf8c"
    ],
    "album": "電動少女(8-Bit Remix)",
    "release_id": null,
    "release_group_id": "2760b609-0e78-4d80-ae0c-b465d4ab1f0b",
    "labels": [
        "Wild Records"
    ],
    "label_ids": [
        "4dcad590-9c6f-4c8d-91c8-2c97302b0da5"
    ],
    "release_date": "2018-11-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chinese Football is a 4-piece Chinese indie rock and math rock band. It was founded in 2011, in Wuhan, China.\nhttps://chinesefootball.bandcamp.com/\n--\nCheck out Chinese Football's KEXP LIVE session: https://www.youtube.com/watch?v=muKlPCWCK4s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}