Information about plays

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

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

{
    "id": 3654802,
    "uri": "https://api.kexp.org/v2/plays/3654802/?format=api",
    "airdate": "2026-05-14T22:01:53-07:00",
    "show": 66719,
    "show_uri": "https://api.kexp.org/v2/shows/66719/?format=api",
    "image_uri": "https://coverartarchive.org/release/20aaa237-b08e-41d8-963a-0040eb6eb3e6/2959920043-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/20aaa237-b08e-41d8-963a-0040eb6eb3e6/2959920043-250.jpg",
    "song": "Crack In The World",
    "track_id": null,
    "recording_id": "1e4b3662-d598-4095-a0d8-c18a8fac7693",
    "artist": "Sammy Hagar",
    "artist_ids": [
        "e68b06a4-d47f-432e-89d8-db43c48a2726"
    ],
    "album": "Musical Chairs",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "GSC Music"
    ],
    "label_ids": [
        "bc11e5f0-f15a-436c-8b16-fb745451ed60"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sammy Hagar, also known as the Red Rocker, is a staple of classic rock. \"Crack in the World\" was released in 1977, almost 50 years ago. Some might say it was prophetic -- Sammy sings, \"Let's all have a good time before the great divide // 'Cause things will start separating come 2025.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}