Information about plays

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

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

{
    "id": 3525181,
    "uri": "https://api.kexp.org/v2/plays/3525181/?format=api",
    "airdate": "2025-07-10T13:52:16-07:00",
    "show": 63974,
    "show_uri": "https://api.kexp.org/v2/shows/63974/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Darkangel",
    "track_id": null,
    "recording_id": "c9bbe2b9-7f6d-4910-90e6-7573bb58db60",
    "artist": "Lalleshwari",
    "artist_ids": [
        "734172e6-3a87-4474-beae-4c394bec0a05"
    ],
    "album": "Lullabies in a Glass Wilderness",
    "release_id": null,
    "release_group_id": "f8e4471f-31c5-31d8-b63a-953dc5f83da4",
    "labels": [
        "Sleep Like Wolves"
    ],
    "label_ids": [
        "f3f1af8a-db7a-4cca-8c11-317a0f1e7044"
    ],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lalleshwari (Katie Jane Garside)'s 'Dark Angel' interpolated the hook of Ennio Morricone's 'Theme From 'A Fistful of Dollars.''",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}