Information about plays

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

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

{
    "id": 3599555,
    "uri": "https://api.kexp.org/v2/plays/3599555/?format=api",
    "airdate": "2026-01-03T06:03:03-08:00",
    "show": 65549,
    "show_uri": "https://api.kexp.org/v2/shows/65549/?format=api",
    "image_uri": "https://coverartarchive.org/release/69490cd2-7a10-40ac-a78f-ca0eb90dbeed/10469814644-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/69490cd2-7a10-40ac-a78f-ca0eb90dbeed/10469814644-250.jpg",
    "song": "Between the Bars",
    "track_id": null,
    "recording_id": "e8584645-b533-4547-b1fe-ec94896871f4",
    "artist": "Seth Avett & Jessica Lea Mayfield",
    "artist_ids": [
        "256ef3d2-b232-4748-a391-1cc654fe363f",
        "c30774c8-0bfe-490c-9619-1999908b0fe7"
    ],
    "album": "Seth Avett & Jessica Lea Mayfield Sing Elliott Smith",
    "release_id": null,
    "release_group_id": "f2161313-b2e1-4bca-b39f-ad6b3e913694",
    "labels": [
        "Ramseur Records"
    ],
    "label_ids": [
        "71d01e4c-36e8-4679-aeac-bf044618cca0"
    ],
    "release_date": "2015-03-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}