Information about plays

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

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

{
    "id": 3520067,
    "uri": "https://api.kexp.org/v2/plays/3520067/?format=api",
    "airdate": "2025-06-28T19:30:05-07:00",
    "show": 63864,
    "show_uri": "https://api.kexp.org/v2/shows/63864/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sweat",
    "track_id": "0d9b892c-e679-402d-82d7-e6b92622dc3f",
    "recording_id": "468a54ef-ae10-4186-998e-d800767333c9",
    "artist": "Livt",
    "artist_ids": [
        "740cd26f-a012-4ec1-9568-03f7d90ab7cb"
    ],
    "album": "Pink and Orange",
    "release_id": "c31a11d3-0d86-4995-918c-a4c940da86b0",
    "release_group_id": "b6e04715-78a2-4bb7-8445-4824951bd773",
    "labels": [
        "Day One"
    ],
    "label_ids": [
        "94dae674-ac1f-4b35-9c76-4f42a0916502"
    ],
    "release_date": "2022-08-19",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The second EP from this Seattle artist (aka Olivia Thomas) is an impressive seven-song set of soulful R&B and hip hop, with an often laid-back sound combining atmospheric keyboards and mostly gently propulsive rhythms with her agile vocals and lyrics of love, desire, change and self-confidence\n\nCheck out Livt's KEXP performance from April here: https://www.youtube.com/watch?v=SRdnJCQTOX8",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}