Information about plays

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

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

{
    "id": 3616315,
    "uri": "https://api.kexp.org/v2/plays/3616315/?format=api",
    "airdate": "2026-02-11T21:50:30-08:00",
    "show": 65907,
    "show_uri": "https://api.kexp.org/v2/shows/65907/?format=api",
    "image_uri": "https://coverartarchive.org/release/6f7398c8-7212-4cfc-a3c9-a10dc9d0510d/32312650007-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6f7398c8-7212-4cfc-a3c9-a10dc9d0510d/32312650007-250.jpg",
    "song": "Gregorian Chance",
    "track_id": null,
    "recording_id": "26fca07e-68d1-43d6-af2d-c4a6eba5f455",
    "artist": "Nolan Potter",
    "artist_ids": [
        "6e892686-18f8-415b-a618-59db4b85fc64"
    ],
    "album": "Music Is Dead",
    "release_id": null,
    "release_group_id": "6165b3f5-c07e-4d46-98c6-ccb558270b27",
    "labels": [
        "Castle Face Records"
    ],
    "label_ids": [
        "0274b1c2-1e89-4adf-a77f-c8341cc7bcee"
    ],
    "release_date": "2021-09-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Texas bedroom wizard\" and \"Leader of Nolan Potter's Nightmare Band\". https://nolanpotter.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}