Information about plays

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

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

{
    "id": 380072,
    "uri": "https://api.kexp.org/v2/plays/380072/?format=api",
    "airdate": "2019-09-12T17:19:00-07:00",
    "show": 6324,
    "show_uri": "https://api.kexp.org/v2/shows/6324/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Spin Girl, Let's Activate!",
    "track_id": null,
    "recording_id": null,
    "artist": "Octa Octa",
    "artist_ids": [],
    "album": "Resonant Body",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "T4T LUV NRG"
    ],
    "label_ids": [],
    "release_date": "2019-09-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Octo Octa's \"Fleeting Moments of Freedom (Wooo)\" was KEXP's Song of the Day back in August of 2018. https://www.kexp.org/read/2017/8/31/song-of-the-day-octo-octa-fleeting-moments-of-freedom-wooo/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}