Information about plays

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

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

{
    "id": 382729,
    "uri": "https://api.kexp.org/v2/plays/382729/?format=api",
    "airdate": "2019-09-19T01:13:01-07:00",
    "show": 6369,
    "show_uri": "https://api.kexp.org/v2/shows/6369/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Formula (feat. B. Bravo)",
    "track_id": null,
    "recording_id": null,
    "artist": "Lee Funksta",
    "artist_ids": [],
    "album": "The Formula / What U Wanna Do",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Voyage Funktastique"
    ],
    "label_ids": [],
    "release_date": "2019-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The Amsterdam resident delivers a stellar double sider, teaming up with L.A. talkbox prodigy B. Bravo on the slapper 'The Formula', while on the flip side, he’s joining forces with Future Soul Legend Reggie B, delivering a Minneapolis dark ballad 'What U Wanna Do'\" - https://voyagefunktastique.bandcamp.com/album/the-formula-feat-b-bravo-what-u-wanna-do-feat-reggie-b",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}