Information about plays

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

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

{
    "id": 3641762,
    "uri": "https://api.kexp.org/v2/plays/3641762/?format=api",
    "airdate": "2026-04-14T00:54:27-07:00",
    "show": 66447,
    "show_uri": "https://api.kexp.org/v2/shows/66447/?format=api",
    "image_uri": "https://coverartarchive.org/release/76a12e00-ee18-4020-a0b0-ab0c64bebf97/44643497206-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/76a12e00-ee18-4020-a0b0-ab0c64bebf97/44643497206-250.jpg",
    "song": "Clowns",
    "track_id": null,
    "recording_id": null,
    "artist": "Glob Deejay",
    "artist_ids": [],
    "album": "Glob",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "NAFF"
    ],
    "label_ids": [
        "8546c2f5-488c-442b-92a9-ce7021d4ec93"
    ],
    "release_date": "2026-03-10",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bieeeeeeeeeee! - https://naffrecordings.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}