Information about plays

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

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

{
    "id": 3538172,
    "uri": "https://api.kexp.org/v2/plays/3538172/?format=api",
    "airdate": "2025-08-09T23:48:49-07:00",
    "show": 64248,
    "show_uri": "https://api.kexp.org/v2/shows/64248/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Delirious",
    "track_id": null,
    "recording_id": "139326b1-e6ab-4613-b6a6-88bdaf6b17ad",
    "artist": "Heavy Metal Kids",
    "artist_ids": [
        "17f97f51-1f6e-4a5a-814d-23288f68e586"
    ],
    "album": "Delirious",
    "release_id": null,
    "release_group_id": "3f62b3a1-331e-473e-893b-5fb98b1cb0ee",
    "labels": [
        "RAK"
    ],
    "label_ids": [
        "80c3ece5-2746-4364-8b34-f5ef2b983e21"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Heavy Metal Kids were formed in 1972 by the merger of two previous bands: Heaven and Biggles",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}