Information about plays

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

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

{
    "id": 3603057,
    "uri": "https://api.kexp.org/v2/plays/3603057/?format=api",
    "airdate": "2026-01-11T11:58:27-08:00",
    "show": 65622,
    "show_uri": "https://api.kexp.org/v2/shows/65622/?format=api",
    "image_uri": "https://coverartarchive.org/release/f037dd16-e631-48c0-bec2-123040473db6/10884702514-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f037dd16-e631-48c0-bec2-123040473db6/10884702514-250.jpg",
    "song": "Cold Jordan",
    "track_id": null,
    "recording_id": "eafa262b-ffa1-470e-a744-5aa113e1e3c5",
    "artist": "Grateful Dead",
    "artist_ids": [
        "6faa7ca7-0d99-4a5e-bfa6-1fd5037520c6"
    ],
    "album": "Dick’s Picks, Volume 8: Harpur College, Binghamton, NY 5/2/70",
    "release_id": null,
    "release_group_id": "c55aaca7-70b3-3f36-a9b2-2bb39525db76",
    "labels": [
        "Grateful Dead Records"
    ],
    "label_ids": [
        "6864bcce-2b7e-40f6-9391-6732f4e181c5"
    ],
    "release_date": "1997-06-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}