Information about plays

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

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

{
    "id": 2675858,
    "uri": "https://api.kexp.org/v2/plays/2675858/?format=api",
    "airdate": "2019-12-20T08:57:34-08:00",
    "show": 46185,
    "show_uri": "https://api.kexp.org/v2/shows/46185/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Moaning Lisa Smile",
    "track_id": "c75a46ae-c90b-405d-b4ff-652a0b3fc43d",
    "recording_id": null,
    "artist": "Wolf Alice",
    "artist_ids": [
        "3547f34a-db02-4ab7-b4a0-380e1ef951a9"
    ],
    "album": "Creature Songs",
    "release_id": "07149d3c-07cd-4a19-9f72-6ea285c76630",
    "release_group_id": null,
    "labels": [
        "Dirty Hit"
    ],
    "label_ids": [
        "00912541-da5c-400f-9ea5-dde92828aa6a"
    ],
    "release_date": "2014-05-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Number 23.  W-o-o-o-lf Alice's\"Creature Songs\"  was their second extended play . It was released on May 26th,  2014 They came to the KEXP studio that year to perform \"Moaning Lisa Smile\" live: https://www.youtube.com/watch?v=X5cu7pPmv44",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}