Information about plays

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

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

{
    "id": 3414022,
    "uri": "https://api.kexp.org/v2/plays/3414022/?format=api",
    "airdate": "2024-10-17T20:37:33-07:00",
    "show": 61602,
    "show_uri": "https://api.kexp.org/v2/shows/61602/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Iyo no Hito",
    "track_id": null,
    "recording_id": null,
    "artist": "maya ongaku",
    "artist_ids": [
        "36edfc43-0517-492b-a38d-750e2b4a479d"
    ],
    "album": "Electronic Phantoms",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Guruguru Brain"
    ],
    "label_ids": [],
    "release_date": "2024-08-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hailing from the seaside communities surrounding Enoshima, a small island located 50 km southwest of Tokyo, maya ongaku is a ragtag collective of local musicians whose brand of earthy psychedelia transcends widely beyond the roots of their inner souls.\n--\nhttps://mayaongakuggb.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}