Information about plays

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

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

{
    "id": 3600402,
    "uri": "https://api.kexp.org/v2/plays/3600402/?format=api",
    "airdate": "2026-01-05T01:40:55-08:00",
    "show": 65567,
    "show_uri": "https://api.kexp.org/v2/shows/65567/?format=api",
    "image_uri": "https://coverartarchive.org/release/19b4f807-e0b2-3bfe-b2f6-1c32d3bd3142/41255146187-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/19b4f807-e0b2-3bfe-b2f6-1c32d3bd3142/41255146187-250.jpg",
    "song": "Prince of Peace",
    "track_id": null,
    "recording_id": "390444bf-074a-42a5-b3cc-2c71871accd8",
    "artist": "Pharoah Sanders",
    "artist_ids": [
        "b3a0912a-a62a-4388-9368-7cb21ed5caf9"
    ],
    "album": "Izipho Zam (My Gifts)",
    "release_id": null,
    "release_group_id": "03eb3f8e-444f-39ec-989e-b3c8dbf2b8f7",
    "labels": [
        "Strata-East"
    ],
    "label_ids": [
        "c83e07b1-3b95-4b6a-a4b8-a094e013cbdb"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}