Information about plays

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

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

{
    "id": 3542070,
    "uri": "https://api.kexp.org/v2/plays/3542070/?format=api",
    "airdate": "2025-08-19T12:55:48-07:00",
    "show": 64331,
    "show_uri": "https://api.kexp.org/v2/shows/64331/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In Your Head",
    "track_id": null,
    "recording_id": null,
    "artist": "Nation of Language",
    "artist_ids": [],
    "album": "Dance Called Memory",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2025-09-19",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing The Showbox in Seattle on Thursday and Friday, October 9th and 10th.\n--\nToday, Nation of Language is sharing β€œIn Your Head,” an anthemic and feral new jam with lyrics that weave raw vulnerability and humanity amidst a frenetic production. It is another exciting standout from Dance Called Memory, their forthcoming new album out September 19th, 2025, worldwide on Sub Pop.: https://www.subpop.com/news/2025/08/19/nation_of_language_shares_in_your_head_a_new_track_from_dance_called_memory",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}