Information about plays

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

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

{
    "id": 3585419,
    "uri": "https://api.kexp.org/v2/plays/3585419/?format=api",
    "airdate": "2025-12-01T12:52:44-08:00",
    "show": 65262,
    "show_uri": "https://api.kexp.org/v2/shows/65262/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No Words",
    "track_id": "ed9a9fc3-f3c1-42ac-97cc-6969895a5072",
    "recording_id": "e6da75ec-1161-4300-82ab-7306ff8bdb81",
    "artist": "The Smile",
    "artist_ids": [
        "9055fca5-69bc-4d47-b569-ab2012a19565"
    ],
    "album": "Cutouts",
    "release_id": "09687b91-4443-418d-88aa-85d100b05056",
    "release_group_id": "0f02313d-f0d7-4bdc-a1b4-235103c477b9",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2024-10-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Smile comprise the Radiohead members Thom Yorke and Jonny Greenwood with the drummer Tom Skinner. According to Greenwood, Cutouts was half-finished when they released Wall of Eyes (their 2nd studio album).\n\nhttps://www.thesmiletheband.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}