Information about plays

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

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

{
    "id": 377895,
    "uri": "https://api.kexp.org/v2/plays/377895/?format=api",
    "airdate": "2019-09-07T10:13:16-07:00",
    "show": 6288,
    "show_uri": "https://api.kexp.org/v2/shows/6288/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heaven & Hell",
    "track_id": null,
    "recording_id": null,
    "artist": "Lee \" Scratch\" Perry",
    "artist_ids": [],
    "album": "Makumba Rock",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "On-U Sound Records"
    ],
    "label_ids": [],
    "release_date": "2019-07-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lee \"Scratch\" Perry & Subatomic Sound System performing live in the KEXP studio. Recorded September 18, 2016 https://www.youtube.com/watch?v=iTNam6GbJYg back and LIVE at Nectar Lounge on October 30th with Subatomic Sound System and DJ Kid Hops",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}