Information about plays

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

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

{
    "id": 3570183,
    "uri": "https://api.kexp.org/v2/plays/3570183/?format=api",
    "airdate": "2025-10-26T10:00:19-07:00",
    "show": 64939,
    "show_uri": "https://api.kexp.org/v2/shows/64939/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Think It Over",
    "track_id": null,
    "recording_id": "a78ecd1a-4d41-4815-8aca-babe7cea7b16",
    "artist": "John Carpenter",
    "artist_ids": [
        "14dc4723-20bb-4309-8647-a13ec5292d5f"
    ],
    "album": "When Night Comes Knocking",
    "release_id": null,
    "release_group_id": "7ff69099-7a3f-433f-bf3e-5adeaf57f3c2",
    "labels": [
        "Acid Bird"
    ],
    "label_ids": [
        "ce9f4786-831d-4fb8-9905-9ffcc507ad06"
    ],
    "release_date": "2017-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "No, not “that John Carpenter.” This one grew up in New Jersey and is based in LA.\nhttps://buzzbands.la/2010/12/13/john-carpenter-has-plenty-more-than-a-famous-name/\nhttps://ilistentojohn.com/album/when-night-comes-knocking",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}