Information about plays

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

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

{
    "id": 3413281,
    "uri": "https://api.kexp.org/v2/plays/3413281/?format=api",
    "airdate": "2024-10-16T06:38:59-07:00",
    "show": 61589,
    "show_uri": "https://api.kexp.org/v2/shows/61589/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Final Fantasy",
    "track_id": "827d8176-c65d-4d99-89d9-60b659d4a291",
    "recording_id": "871247ee-c3f6-4ed8-8d73-54a7a775d651",
    "artist": "TV on the Radio",
    "artist_ids": [
        "eb872766-98f6-453d-883f-2ae908a18315"
    ],
    "album": "Final Fantasy",
    "release_id": "17005d1b-83ca-4936-b7c3-7de18437245a",
    "release_group_id": "076ece47-9add-424b-b4e4-9b92fdc0f855",
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "2024-09-04",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New track from TV on the Radio, from the 20th anniversary reissue of their debut album, \"Desperate Youth, Blood Thirsty Babes.\"\n\nhttps://tvontheradio.bandcamp.com/album/desperate-youth-blood-thirsty-babes-20th-anniversary-edition",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}