Information about plays

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

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

{
    "id": 3580559,
    "uri": "https://api.kexp.org/v2/plays/3580559/?format=api",
    "airdate": "2025-11-20T07:24:37-08:00",
    "show": 65160,
    "show_uri": "https://api.kexp.org/v2/shows/65160/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Seven Seas",
    "track_id": null,
    "recording_id": "d2e0c601-c2a0-4e9e-8866-d094b21a5802",
    "artist": "Echo & the Bunnymen",
    "artist_ids": [
        "ccd4879c-5e88-4385-b131-bf65296bf245"
    ],
    "album": "Ocean Rain",
    "release_id": null,
    "release_group_id": "ecbe6d07-c2e4-37fe-9a99-8484dd7f9a20",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1984-05-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ocean Rain is our album of the week! \n\nProduced by Gil Norton, who also produced Pixies Doolittle and about eleventy billion of your other favorite albums...and that one crummy one. Ahem.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}