Information about plays

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

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

{
    "id": 3626598,
    "uri": "https://api.kexp.org/v2/plays/3626598/?format=api",
    "airdate": "2026-03-08T00:14:07-08:00",
    "show": 66123,
    "show_uri": "https://api.kexp.org/v2/shows/66123/?format=api",
    "image_uri": "https://coverartarchive.org/release/9426e874-d6b0-3662-b4d7-aca7b890ad44/16251289671-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9426e874-d6b0-3662-b4d7-aca7b890ad44/16251289671-250.jpg",
    "song": "A Lesson in Violence",
    "track_id": null,
    "recording_id": "8300726d-7c96-48c9-a44d-c2cf44a4b405",
    "artist": "Exodus",
    "artist_ids": [
        "18e9bfd5-db23-4bc1-be0f-5710e5d656e4"
    ],
    "album": "Bonded by Blood",
    "release_id": null,
    "release_group_id": "08e23bf4-ab01-3d24-9a71-bfcbc1567fe3",
    "labels": [
        "Century Media"
    ],
    "label_ids": [
        "727ad90b-7ef4-48d2-8f16-c34016544822"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Exodus will be playing at The UC Theater in Berkeley on May 28th.\n\nhttps://exodusattack.com/site/tour-dates/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}