Information about plays

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

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

{
    "id": 3459941,
    "uri": "https://api.kexp.org/v2/plays/3459941/?format=api",
    "airdate": "2025-02-04T10:35:24-08:00",
    "show": 62567,
    "show_uri": "https://api.kexp.org/v2/shows/62567/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Carneddau",
    "track_id": null,
    "recording_id": null,
    "artist": "Orions Belte",
    "artist_ids": [
        "61199372-d2ff-4111-aa75-8b30a25d67e7"
    ],
    "album": "The Carneddau",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Jansen Records"
    ],
    "label_ids": [
        "6aea71e3-b55e-43f6-8d3e-b334254066d7"
    ],
    "release_date": "2025-01-31",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Drawing on a wide spectrum of influences, among them dub, lo-fi psych, funk, Nigerian rock, and Italian cocktail jazz, Orions Belte is a quasi-instrumental rock trio made up of members of the Bergen, Norway indie scene.\"  Here's a biography: https://www.allmusic.com/artist/orions-belte-mn0003742023#biography\n--\nThey're playing The Chapel in SF on Wednesday, February 26th, and the Freakout Weekender in Seattle, on Saturday, March 1st.: https://www.ticketweb.com/event/freakout-weekender-the-crocodile-tickets/14055473?pl=crocodile",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}