Information about plays

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

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

{
    "id": 3413715,
    "uri": "https://api.kexp.org/v2/plays/3413715/?format=api",
    "airdate": "2024-10-17T03:38:32-07:00",
    "show": 61596,
    "show_uri": "https://api.kexp.org/v2/shows/61596/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tuesday",
    "track_id": null,
    "recording_id": null,
    "artist": "Toro y Moi",
    "artist_ids": [
        "3a6d6481-142d-423f-91d4-55bbfff318ed"
    ],
    "album": "Hole Erth",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2024-01-01",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "At the Greek Theatre in Berkeley on October 25th (rescheduled from August 13th) -- \"I hope you enjoy this suburban anthem,” Chaz Bear (aka Toro y Moi) said of this song, “growing up, the often controversial line between mainstream and underground artists was so defined but now that line has become so blurred I can’t even tell what I like anymore… sometimes.” -- :Hole Erth,\" Chaz Bear's eighth album as Tot y Moi, came out in September: https://toroymoi.bandcamp.com/album/hole-erth",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}