Information about plays

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

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

{
    "id": 3583474,
    "uri": "https://api.kexp.org/v2/plays/3583474/?format=api",
    "airdate": "2025-11-27T02:02:13-08:00",
    "show": 65220,
    "show_uri": "https://api.kexp.org/v2/shows/65220/?format=api",
    "image_uri": "https://coverartarchive.org/release/b3f48d34-ac83-446f-a32b-24b6ee1eda24/23627923307-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b3f48d34-ac83-446f-a32b-24b6ee1eda24/23627923307-250.jpg",
    "song": "It’s Ecstacy When You Lay Next to Me",
    "track_id": null,
    "recording_id": "953e4e9c-8a14-471f-8632-41f8373d2617",
    "artist": "Barry White",
    "artist_ids": [
        "b904d624-9e05-4398-8f4f-88fbcf022f79"
    ],
    "album": "Barry White Sings for Someone You Love",
    "release_id": null,
    "release_group_id": "6eeb5470-f486-3d65-8094-8eddb14e4b1b",
    "labels": [
        "20th Century Records"
    ],
    "label_ids": [
        "ed0d5aff-e23f-4239-950f-bae0bc201e6c"
    ],
    "release_date": "1977-08-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Barry White's 7th studio LP - this song spent five weeks at the top of the R&B singles charts and peaked at #4 on the Billboard Hot 100",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}