Information about plays

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

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

{
    "id": 3604138,
    "uri": "https://api.kexp.org/v2/plays/3604138/?format=api",
    "airdate": "2026-01-14T04:51:43-08:00",
    "show": 65645,
    "show_uri": "https://api.kexp.org/v2/shows/65645/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Midway",
    "track_id": null,
    "recording_id": "66d01d1d-44e4-4e6b-bbef-30c44d2070e7",
    "artist": "Bad Bad Hats",
    "artist_ids": [
        "c324b495-422e-4ea7-9aa6-6878e1771436"
    ],
    "album": "Psychic Reader",
    "release_id": null,
    "release_group_id": "7bd87053-ec64-4a9e-ae86-abd616dc9f61",
    "labels": [
        "Afternoon Records"
    ],
    "label_ids": [
        "370ba9ba-2526-4d46-b7f0-85af41b14f0d"
    ],
    "release_date": "2015-07-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "An indie rock band from the land of lakes. Minneapolis, Minnesota band Bad Bad Hats.\nhttps://badbadhats.bandcamp.com/album/psychic-reader\n--\nCheck out the video for \"Midway\":\nhttps://youtu.be/ZOUC6m82xEc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}