Information about plays

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

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

{
    "id": 3616518,
    "uri": "https://api.kexp.org/v2/plays/3616518/?format=api",
    "airdate": "2026-02-12T09:20:08-08:00",
    "show": 65912,
    "show_uri": "https://api.kexp.org/v2/shows/65912/?format=api",
    "image_uri": "https://coverartarchive.org/release/b096784c-c954-4ebd-b3ad-dc685ae636c1/1260506019-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b096784c-c954-4ebd-b3ad-dc685ae636c1/1260506019-250.jpg",
    "song": "Private Eyes",
    "track_id": null,
    "recording_id": "d6ed4759-0f9c-420f-8256-3f1ab854bbc1",
    "artist": "Daryl Hall & John Oates",
    "artist_ids": [
        "debabff3-2559-46e5-862d-ef2a906d7010"
    ],
    "album": "Private Eyes",
    "release_id": null,
    "release_group_id": "7bf302c6-dd12-3360-a944-7f88e5c96743",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1981-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was the first to feature the backup band of guitarist G. E. Smith, bassist Tom \"T-Bone\" Wolk, drummer Mickey Curry, and saxophonist/keyboardist Charles DeChant.\n\nThe video for this track:\nhttps://www.youtube.com/watch?v=JsntlJZ9h1U",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}