Information about plays

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

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

{
    "id": 3570544,
    "uri": "https://api.kexp.org/v2/plays/3570544/?format=api",
    "airdate": "2025-10-27T08:10:32-07:00",
    "show": 64948,
    "show_uri": "https://api.kexp.org/v2/shows/64948/?format=api",
    "image_uri": "https://coverartarchive.org/release/23e9f570-6daf-4490-b0b1-51131c70764f/15952527834-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/23e9f570-6daf-4490-b0b1-51131c70764f/15952527834-250.jpg",
    "song": "Hold Tight",
    "track_id": null,
    "recording_id": "82f16e29-0224-402d-89bf-5335ae09a206",
    "artist": "Dave Dee, Dozy, Beaky, Mick & Tich",
    "artist_ids": [
        "dbd34abc-6c52-4850-bf73-7abaa146b621"
    ],
    "album": "Dave Dee, Dozy, Beaky, Mick & Tich",
    "release_id": null,
    "release_group_id": "e9021f39-fc37-32bf-9da8-30c6d2d16344",
    "labels": [
        "Fontana"
    ],
    "label_ids": [
        "c69058f5-0089-464b-b574-dd44b0f7f610"
    ],
    "release_date": "1966-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You may remember this one from the soundtrack to the 2007 movie Death Proof. Have a request? Email dj@kexp.org or text 206-903-5397",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}