Information about plays

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

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

{
    "id": 3413328,
    "uri": "https://api.kexp.org/v2/plays/3413328/?format=api",
    "airdate": "2024-10-16T09:15:22-07:00",
    "show": 61590,
    "show_uri": "https://api.kexp.org/v2/shows/61590/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Back 2 U",
    "track_id": "c49234b2-3cb7-4c82-9ccf-0202586a8cbc",
    "recording_id": "e99e2b44-40c9-4be3-9886-78ca415750bd",
    "artist": "Oh, Rose",
    "artist_ids": [
        "7782c0aa-a9e6-439c-b8f0-97c57d09c2df"
    ],
    "album": "Dorothy",
    "release_id": "c4804b8a-d7b4-4a66-b7f6-dca576857e07",
    "release_group_id": "de3c7bdd-fa65-475d-b967-41a34930b029",
    "labels": [
        "Antiquated Future Records"
    ],
    "label_ids": [
        "fbe53c39-25da-4130-89e7-5b80534fbc86"
    ],
    "release_date": "2024-09-05",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here is a recent article featuring Olympia's Olivia Rose talking about Oh, Rose's new album Dorothy.\n\nhttps://www.pdxmonthly.com/arts-and-culture/2024/09/oh-rose-new-album-dorothy-portland-show\n---\nCatch Oh Rose's Live at KEXP Full Performance from 2020 here: https://www.youtube.com/watch?v=u6z3xLSeIEU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}