Information about plays

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

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

{
    "id": 3589651,
    "uri": "https://api.kexp.org/v2/plays/3589651/?format=api",
    "airdate": "2025-12-11T06:17:26-08:00",
    "show": 65345,
    "show_uri": "https://api.kexp.org/v2/shows/65345/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ocean Rain",
    "track_id": "7fe091ef-f8d1-3df6-8cc4-68aa6e6d4d81",
    "recording_id": "1402e43d-7726-413c-9760-db643ef8f7f4",
    "artist": "Echo & The Bunnymen",
    "artist_ids": [
        "ccd4879c-5e88-4385-b131-bf65296bf245"
    ],
    "album": "Ocean Rain",
    "release_id": "d98c325b-0632-4fe2-aa1e-2ef07d18477f",
    "release_group_id": "ecbe6d07-c2e4-37fe-9a99-8484dd7f9a20",
    "labels": [
        "Sire Records",
        "Rhino"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf",
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2004-01-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ocean Rain is the fourth studio album by the English post-punk band Echo & the Bunnymen, released in May 1984.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}