Information about plays

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

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

{
    "id": 3428326,
    "uri": "https://api.kexp.org/v2/plays/3428326/?format=api",
    "airdate": "2024-11-21T16:26:36-08:00",
    "show": 61910,
    "show_uri": "https://api.kexp.org/v2/shows/61910/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Marquee Moon",
    "track_id": null,
    "recording_id": "57a1eb9b-7375-4e09-99c7-cef336fe809c",
    "artist": "De Lux",
    "artist_ids": [
        "38128b63-0557-4d63-82e8-c1f7474acdd1"
    ],
    "album": "Life in Time Gets Narrow",
    "release_id": null,
    "release_group_id": "d10b5e81-b5bc-4198-8c8c-8800bb146964",
    "labels": [
        "Innovative Leisure"
    ],
    "label_ids": [
        "747265c7-b153-4f1a-9f1e-ec05e3604a97"
    ],
    "release_date": "2014-04-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "De Lux are a post-disco dance-punk DIY duo based in Los Angeles. This Televison cover was the B-side of a 2014 Record Store Day 7\" release. The A-side was \"Life in Time Gets Narrow. \nhttps://earcandymusic.biz/de-lux-life-in-time-gets-narrow-rsd-7-vinyl/\n---\nListen to the original version by Television here: https://www.youtube.com/watch?v=g4myghLPLZc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}