Information about plays

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

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

{
    "id": 3427979,
    "uri": "https://api.kexp.org/v2/plays/3427979/?format=api",
    "airdate": "2024-11-20T21:13:09-08:00",
    "show": 61903,
    "show_uri": "https://api.kexp.org/v2/shows/61903/?format=api",
    "image_uri": "https://coverartarchive.org/release/9050f7b2-9e00-477b-a2f3-2efa27a93a2f/15072673373-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9050f7b2-9e00-477b-a2f3-2efa27a93a2f/15072673373-250.jpg",
    "song": "Waiting for You",
    "track_id": null,
    "recording_id": "9aed06bb-f55d-4ffa-add8-d647e9d8a459",
    "artist": "Sundays & Cybele",
    "artist_ids": [
        "dd421e95-0f43-4acc-a7aa-8a9e530edf40"
    ],
    "album": "Gypsy House",
    "release_id": null,
    "release_group_id": "9409cc7c-b3c7-4b21-9994-06473b3b457d",
    "labels": [
        "Guruguru Brain"
    ],
    "label_ids": [
        "de0ecc1e-519d-40fe-8a29-b07035d9462e"
    ],
    "release_date": "2015-03-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sundays & Cybele (Cybele no Nichiyobi) are a four piece psychedelic band formed in Hokkaido, Japan, in 2004. Their name is taken from the notorious French movie. Tsubouchi is the main guy who writes all the music derived from 60’s/70’s Japanese psych rock.\n\nhttps://sundaysandcybeleggb.bandcamp.com/album/gypsy-house",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}