Information about plays

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

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

{
    "id": 3591739,
    "uri": "https://api.kexp.org/v2/plays/3591739/?format=api",
    "airdate": "2025-12-16T05:30:11-08:00",
    "show": 65392,
    "show_uri": "https://api.kexp.org/v2/shows/65392/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mad on You",
    "track_id": "a5fb4ddf-85d9-49c7-a4fe-938320f1b7f5",
    "recording_id": "bc0b88b0-547c-44f2-bc76-9593e1c60c32",
    "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": "The Bats have been active with the same line-up since New Year’s Eve 1982. They’ve released 11 albums, 6 EP’s and a heap of singles. They have regularly toured in their home country of New Zealand (where they are based) USA, EU, UK and Australia.\n\nhttps://thebats.bandcamp.com/album/daddys-highway",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}