Information about plays

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

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

{
    "id": 3540934,
    "uri": "https://api.kexp.org/v2/plays/3540934/?format=api",
    "airdate": "2025-08-16T21:01:32-07:00",
    "show": 64310,
    "show_uri": "https://api.kexp.org/v2/shows/64310/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Slept Til 2",
    "track_id": null,
    "recording_id": null,
    "artist": "Dark Thoughts",
    "artist_ids": [
        "9eb8c6ae-2b63-4021-a3fe-5c66387bd3db"
    ],
    "album": "Highway to the End",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Get Better Records"
    ],
    "label_ids": [
        "077690db-d532-4c59-ad6d-fa299dde75ba"
    ],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dark Thoughts are touring with Beton Arme and are playing at:\n - The Kilowatt in SF on November 30th\n - Blackwater in Portland on December 2nd\n - Black Lodge in Seattle on December 3rd\n\nhttps://www.punknews.org/article/86217/tours-beton-arme-announce-north-american-tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}