Information about plays

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

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

{
    "id": 376840,
    "uri": "https://api.kexp.org/v2/plays/376840/?format=api",
    "airdate": "2019-09-05T03:24:15-07:00",
    "show": 6271,
    "show_uri": "https://api.kexp.org/v2/shows/6271/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Beyond Control 3",
    "track_id": null,
    "recording_id": null,
    "artist": "O Yuki Conjugate",
    "artist_ids": [],
    "album": "Scene in Mirage",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "A-Mission Records"
    ],
    "label_ids": [],
    "release_date": "1984-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"OYC's debut album, originally released in 1984 in an edition of 500 on the obscure a-mission label in Leeds. It's been highly sought after ever since and is reissued for the first time on Emotional Rescue\" - https://oyukiconjugate.bandcamp.com/album/scene-in-mirage",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}