Information about plays

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

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

{
    "id": 3613002,
    "uri": "https://api.kexp.org/v2/plays/3613002/?format=api",
    "airdate": "2026-02-04T06:01:00-08:00",
    "show": 65836,
    "show_uri": "https://api.kexp.org/v2/shows/65836/?format=api",
    "image_uri": "https://coverartarchive.org/release/931c93b1-fb73-43b3-b330-43229c468ff7/5909878792-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/931c93b1-fb73-43b3-b330-43229c468ff7/5909878792-250.jpg",
    "song": "Carcass",
    "track_id": null,
    "recording_id": "51ec5ba3-3da0-4ecd-9f64-d8396accda00",
    "artist": "Siouxsie and the Banshees",
    "artist_ids": [
        "78ea5ea1-3c4d-4b7e-ac5d-68900319ebe2"
    ],
    "album": "The Scream",
    "release_id": null,
    "release_group_id": "67f24412-60c9-36f3-a1dc-e48e56098802",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1978-11-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Request for Nick & Amber!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}