Information about plays

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

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

{
    "id": 3563004,
    "uri": "https://api.kexp.org/v2/plays/3563004/?format=api",
    "airdate": "2025-10-09T09:04:53-07:00",
    "show": 64786,
    "show_uri": "https://api.kexp.org/v2/shows/64786/?format=api",
    "image_uri": "https://ia801406.us.archive.org/9/items/mbid-433d59f8-7bd9-3d3b-a2ec-79189708cc96/mbid-433d59f8-7bd9-3d3b-a2ec-79189708cc96-41402294460_thumb500.jpg",
    "thumbnail_uri": "https://ia601406.us.archive.org/9/items/mbid-433d59f8-7bd9-3d3b-a2ec-79189708cc96/mbid-433d59f8-7bd9-3d3b-a2ec-79189708cc96-41402294460_thumb250.jpg",
    "song": "Immigrant Song",
    "track_id": "6bc35b21-6c6c-470a-9928-938534825346",
    "recording_id": "2cfad207-3f55-4aec-8120-86cf66e34d59",
    "artist": "Led Zeppelin",
    "artist_ids": [
        "678d88b2-87b0-403b-b63d-5da7465aecc3"
    ],
    "album": "Led Zeppelin III",
    "release_id": "433d59f8-7bd9-3d3b-a2ec-79189708cc96",
    "release_group_id": "53f80f76-f8af-3558-bfd5-e7221e055c75",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#217 on YOUR countdown of the greatest albums of all time!\n\nhttps://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}