Information about plays

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

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

{
    "id": 3413516,
    "uri": "https://api.kexp.org/v2/plays/3413516/?format=api",
    "airdate": "2024-10-16T16:28:35-07:00",
    "show": 61593,
    "show_uri": "https://api.kexp.org/v2/shows/61593/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Back at the Boathouse",
    "track_id": "a849731e-3dde-3b9c-92c6-f6e9951324ea",
    "recording_id": "2543652e-e3c2-431f-b178-0b30e6d08c6f",
    "artist": "Breakestra",
    "artist_ids": [
        "ff031437-a78e-46f4-88a1-ab876bf0725d"
    ],
    "album": "Dusk Till Dawn",
    "release_id": "60b49812-b81a-4cff-a99d-08b8174b46c3",
    "release_group_id": "fa7853f0-a343-40b3-8f7b-49fa78ef3a51",
    "labels": [
        "Strut Records"
    ],
    "label_ids": [
        "9ba9a0fb-d617-4906-9c1d-7bfa78087ff9"
    ],
    "release_date": "2009-09-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Breakestra is a ten-piece funk \"orchestra\" from Los Angeles, California, formed by Miles Tackett in 1996. Tackett, also known as \"Musicman\", records, composes, plays bass, upright cello, guitar, keyboards and drums. He also sings along with the other front man Mix Master Wolf.\nhttps://www.breakestra.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}