Information about plays

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

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

{
    "id": 376546,
    "uri": "https://api.kexp.org/v2/plays/376546/?format=api",
    "airdate": "2019-09-04T13:53:39-07:00",
    "show": 6267,
    "show_uri": "https://api.kexp.org/v2/shows/6267/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Supersonic",
    "track_id": "bc018118-58ef-34b1-8f8b-1824e15b430d",
    "recording_id": null,
    "artist": "Oasis",
    "artist_ids": [
        "39ab1aed-75e0-4140-bd47-540276886b60"
    ],
    "album": "Definitely Maybe",
    "release_id": "698d1229-0724-36c1-9ef0-0705ac4d98c4",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1994-08-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The debut album by Oasis was released in 1994. <i>Definitely Maybe</i> is regarded as a seminal entry of the Britpop scene, and has appeared in many publications' lists of the greatest albums of all time. \"Supersonic\" was written and recorded in a single day at The Pink Museum recording studio in Liverpool. The recording was completed in 11 hours and it was never remixed. https://bit.ly/1AuiavS",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}