Information about plays

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

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

{
    "id": 3605770,
    "uri": "https://api.kexp.org/v2/plays/3605770/?format=api",
    "airdate": "2026-01-17T23:50:13-08:00",
    "show": 65679,
    "show_uri": "https://api.kexp.org/v2/shows/65679/?format=api",
    "image_uri": "https://coverartarchive.org/release/a7e55cb0-d7df-3998-bd31-b4a1b27a99f8/4397209999-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a7e55cb0-d7df-3998-bd31-b4a1b27a99f8/4397209999-250.jpg",
    "song": "Stars and Stripes of Corruption",
    "track_id": null,
    "recording_id": "23a6a477-a5b0-4556-8ab6-b11ec93cb3b3",
    "artist": "Dead Kennedys",
    "artist_ids": [
        "37c78aeb-d196-42b5-b991-6afb4fc9bc2e"
    ],
    "album": "Frankenchrist",
    "release_id": null,
    "release_group_id": "9365d16b-9c3e-3ac0-a19e-4c98d7336259",
    "labels": [
        "Alternative Tentacles"
    ],
    "label_ids": [
        "f1273178-651b-4d02-8f21-4ab1ec5a689a"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Theo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}