Information about plays

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

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

{
    "id": 3570211,
    "uri": "https://api.kexp.org/v2/plays/3570211/?format=api",
    "airdate": "2025-10-26T11:49:44-07:00",
    "show": 64939,
    "show_uri": "https://api.kexp.org/v2/shows/64939/?format=api",
    "image_uri": "https://coverartarchive.org/release/b3a5b78e-17bc-324c-86eb-c0b894fb3237/27579833673-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b3a5b78e-17bc-324c-86eb-c0b894fb3237/27579833673-250.jpg",
    "song": "I Put a Spell on You",
    "track_id": null,
    "recording_id": "de488d7f-c86c-4cab-99e2-4c1c5c345508",
    "artist": "Nina Simone",
    "artist_ids": [
        "2944824d-4c26-476f-a981-be849081942f"
    ],
    "album": "I Put a Spell on You",
    "release_id": null,
    "release_group_id": "37b80fea-0129-3546-9ffe-00a719ee9e61",
    "labels": [
        "Philips"
    ],
    "label_ids": [
        "6d38d6d2-bea8-46cf-b48e-a6195fd85f12"
    ],
    "release_date": "1965-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally recorded in 1956 by Screamin’ Jay Hawkins, intending it as \"a refined love song, a blues ballad\" before the producer Arnold Maxin \"brought in ribs and chicken and got everybody drunk, and we came out with this weird version.”\nWatch the official posthumous music video to this song: https://www.youtube.com/watch?v=WCjzNfJLHa0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}