Information about plays

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

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

{
    "id": 3632467,
    "uri": "https://api.kexp.org/v2/plays/3632467/?format=api",
    "airdate": "2026-03-22T18:19:07-07:00",
    "show": 66253,
    "show_uri": "https://api.kexp.org/v2/shows/66253/?format=api",
    "image_uri": "https://coverartarchive.org/release/5b8daba7-0499-4e6a-9851-69beaaddf103/2567950196-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5b8daba7-0499-4e6a-9851-69beaaddf103/2567950196-250.jpg",
    "song": "Without Your Love",
    "track_id": null,
    "recording_id": "2ba06be1-ab6a-498a-aab8-b3c1b6087c80",
    "artist": "The Blackbyrds",
    "artist_ids": [
        "9e5aee7c-2dc8-48ab-b6f9-b050dc51e6fc"
    ],
    "album": "Better Days",
    "release_id": null,
    "release_group_id": "4ea2558e-abaf-33bf-b470-e73f2df0660b",
    "labels": [
        "Fantasy"
    ],
    "label_ids": [
        "757acd4a-dade-433d-b754-53468f243220"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees with Roy Ayers: Sheila E. is the drummer on this track, \"Without Your Love\" by The Blackbyrds.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}