Information about plays

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

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

{
    "id": 382615,
    "uri": "https://api.kexp.org/v2/plays/382615/?format=api",
    "airdate": "2019-09-18T18:04:32-07:00",
    "show": 6367,
    "show_uri": "https://api.kexp.org/v2/shows/6367/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fire and Brimstone",
    "track_id": null,
    "recording_id": null,
    "artist": "Link Wray & Joey Welz",
    "artist_ids": [],
    "album": "Rumble & Roll",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Music Avenue"
    ],
    "label_ids": [],
    "release_date": "2013-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded in 1970 ; article about Link Wray and his 1959 appearance on American Bandstand: http://dangerousminds.net/comments/link_wray_and_his_bizarre ; http://www.linkwray.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}