Information about plays

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

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

{
    "id": 3599890,
    "uri": "https://api.kexp.org/v2/plays/3599890/?format=api",
    "airdate": "2026-01-03T22:37:02-08:00",
    "show": 65557,
    "show_uri": "https://api.kexp.org/v2/shows/65557/?format=api",
    "image_uri": "https://coverartarchive.org/release/84378a03-81b5-4a08-ab92-c2a3d5e2c79a/4641449712-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/84378a03-81b5-4a08-ab92-c2a3d5e2c79a/4641449712-250.jpg",
    "song": "DOCUMENT ONE",
    "track_id": null,
    "recording_id": "28f093c8-cfcc-4adb-92a5-6313a09e9c0f",
    "artist": "G.I.S.M.",
    "artist_ids": [
        "0a44e3c3-6475-48b3-9e45-5927111c91a2"
    ],
    "album": "DETESTATION",
    "release_id": null,
    "release_group_id": "913ed1fd-2519-3197-8645-1409753c1a67",
    "labels": [
        "Relapse Records"
    ],
    "label_ids": [
        "4189cc4f-fb38-4d62-8271-dbd247585117"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Relapse Records reissued Detestation on limited edition vinyl as well as on CD and cassette.  They also printed some really cool GISM shirts and hoodies.\n\nhttps://store.relapse.com/b/gism",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}