Information about plays

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

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

{
    "id": 3572558,
    "uri": "https://api.kexp.org/v2/plays/3572558/?format=api",
    "airdate": "2025-11-01T10:46:14-07:00",
    "show": 64993,
    "show_uri": "https://api.kexp.org/v2/shows/64993/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "War Is Not the Answer",
    "track_id": null,
    "recording_id": "b8267abb-e6d0-476d-9f3b-116ff8a91d82",
    "artist": "The Twinkle Brothers",
    "artist_ids": [
        "b36508f0-3ee0-40e7-beac-34a85d0143aa"
    ],
    "album": "Underground",
    "release_id": null,
    "release_group_id": "111676f9-5d51-3746-b602-5ad76ea17809",
    "labels": [
        "Twinkle Music"
    ],
    "label_ids": [
        "51e697b8-d83d-452e-8ad0-7ac25f523576"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Kevin from Beacon Hill listening from North Kohala, Big Island!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}