Information about plays

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

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

{
    "id": 3519437,
    "uri": "https://api.kexp.org/v2/plays/3519437/?format=api",
    "airdate": "2025-06-27T08:04:08-07:00",
    "show": 63849,
    "show_uri": "https://api.kexp.org/v2/shows/63849/?format=api",
    "image_uri": "https://ia800807.us.archive.org/11/items/mbid-1e0cda00-ae37-473e-b533-8992266e3176/mbid-1e0cda00-ae37-473e-b533-8992266e3176-23056722278_thumb500.jpg",
    "thumbnail_uri": "https://ia600807.us.archive.org/11/items/mbid-1e0cda00-ae37-473e-b533-8992266e3176/mbid-1e0cda00-ae37-473e-b533-8992266e3176-23056722278_thumb250.jpg",
    "song": "Ship of Fools",
    "track_id": "79aff52f-1df6-3cab-b447-f66cf3379583",
    "recording_id": "6a7e81bd-7976-4da4-8094-fc0dd0570f9f",
    "artist": "Grateful Dead",
    "artist_ids": [
        "6faa7ca7-0d99-4a5e-bfa6-1fd5037520c6"
    ],
    "album": "From the Mars Hotel",
    "release_id": "1e0cda00-ae37-473e-b533-8992266e3176",
    "release_group_id": "4994cbe4-228f-3f20-b519-8957d4c19ee4",
    "labels": [
        "Grateful Dead Records"
    ],
    "label_ids": [
        "6864bcce-2b7e-40f6-9391-6732f4e181c5"
    ],
    "release_date": "1974-06-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The seventh studio album from the Grateful Dead was released on this date in 1974.\n--\nThat's Keith Godchaux on the churchy keyboards on \"Ship of Fools.\" And, of course, Jerry Garcia on lead vocals and guitar.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}