Information about plays

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

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

{
    "id": 3579468,
    "uri": "https://api.kexp.org/v2/plays/3579468/?format=api",
    "airdate": "2025-11-17T16:31:48-08:00",
    "show": 65139,
    "show_uri": "https://api.kexp.org/v2/shows/65139/?format=api",
    "image_uri": "https://coverartarchive.org/release/d2688a09-0d6a-3695-a232-75492e4c8e6f/3636594898-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d2688a09-0d6a-3695-a232-75492e4c8e6f/3636594898-250.jpg",
    "song": "Seven Island Suite",
    "track_id": null,
    "recording_id": "c66a8587-9cb2-401a-bf56-3494c524e164",
    "artist": "Gordon Lightfoot",
    "artist_ids": [
        "9d97b077-b28d-4ba8-a3d9-c71926e3b2b6"
    ],
    "album": "Sundown",
    "release_id": null,
    "release_group_id": "5a28c1e7-cb2d-324c-a263-685544d847a4",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gordon Lightfoot was born on this day in 1938.\n\nSundown is Canadian singer Gordon Lightfoot's ninth studio album, released in 1974. It reached No. 1 in the US on the Billboard pop chart.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}