Information about plays

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

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

{
    "id": 3582096,
    "uri": "https://api.kexp.org/v2/plays/3582096/?format=api",
    "airdate": "2025-11-23T22:12:41-08:00",
    "show": 65192,
    "show_uri": "https://api.kexp.org/v2/shows/65192/?format=api",
    "image_uri": "https://coverartarchive.org/release/435662a0-d348-4138-a15a-9a3b9145839e/11810715918-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/435662a0-d348-4138-a15a-9a3b9145839e/11810715918-250.jpg",
    "song": "Afterlife",
    "track_id": null,
    "recording_id": "1d2e0206-abde-4f06-9733-2399beceb1b8",
    "artist": "Jedi Knights",
    "artist_ids": [
        "0517ab8f-a899-4028-87b2-76e95973e084"
    ],
    "album": "New School Science",
    "release_id": null,
    "release_group_id": "8ce7a319-15a5-3021-8536-2affcf4b4781",
    "labels": [
        "Universal Language Productions Ltd."
    ],
    "label_ids": [
        "9878a9de-8070-4f33-8661-e6e43bd8e125"
    ],
    "release_date": "1996-02-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}