Information about plays

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

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

{
    "id": 3561449,
    "uri": "https://api.kexp.org/v2/plays/3561449/?format=api",
    "airdate": "2025-10-05T00:18:27-07:00",
    "show": 64749,
    "show_uri": "https://api.kexp.org/v2/shows/64749/?format=api",
    "image_uri": "https://coverartarchive.org/release/6227ad42-5329-433a-a770-8eb275c5a452/41798049153-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6227ad42-5329-433a-a770-8eb275c5a452/41798049153-250.jpg",
    "song": "Mummy Metal for the Masses",
    "track_id": null,
    "recording_id": "c9e1073b-fcc7-4fd8-84ca-7345e0550fcb",
    "artist": "Terror 2000",
    "artist_ids": [
        "83e04755-0b1f-46c9-b493-ab5c8e2d9003"
    ],
    "album": "Terror for Sale",
    "release_id": null,
    "release_group_id": "72184f16-44e7-343e-8537-6f14deabe552",
    "labels": [
        "Nuclear Blast"
    ],
    "label_ids": [
        "3bc70925-d654-4906-b7c0-5135d993495e"
    ],
    "release_date": "2005-08-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in Sweden in 1999 and active until 2005.  Featuring members of Darkane and Act of Denial.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}