Information about plays

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

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

{
    "id": 3415213,
    "uri": "https://api.kexp.org/v2/plays/3415213/?format=api",
    "airdate": "2024-10-20T17:39:50-07:00",
    "show": 61628,
    "show_uri": "https://api.kexp.org/v2/shows/61628/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Safety First",
    "track_id": null,
    "recording_id": null,
    "artist": "Cocobolo",
    "artist_ids": [],
    "album": "Consider  It Done",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "V2 Records"
    ],
    "label_ids": [
        "3fb03151-5703-4ac7-ba9b-8a9596a2af2f"
    ],
    "release_date": "2024-09-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Dutch trio has been releasing largely instrumental music since May 2023, a cross between surf rock and funk, with effects from groove-oriented, retro, and psychedelic music. The band released their first EP, Songs for Bad Dancers, in September 2023. https://tinyurl.com/mwnmh9p5\n\nInspired by artists like Menahan Street Band, Orions Belte, and Yussef Dayes, the three band members craft their own diorama on the album ‘Consider It Done’. A world where palm trees can grow perfectly fine on the North Pole and where surf rock, 60’s soul, and 90’s hip-hop can form the basis for Cocobolo’s modern vintage sound.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}