Information about plays

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

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

{
    "id": 357618,
    "uri": "https://api.kexp.org/v2/plays/357618/?format=api",
    "airdate": "2019-07-22T11:19:00-07:00",
    "show": 5962,
    "show_uri": "https://api.kexp.org/v2/shows/5962/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Yellow Moon",
    "track_id": "6d9556ec-7694-314d-9e40-4f46ebe76529",
    "recording_id": null,
    "artist": "The Neville Brothers",
    "artist_ids": [
        "5464e20c-7dcb-4a3e-9b25-13bb959fadc9"
    ],
    "album": "Live on Planet Earth",
    "release_id": "c185f59d-a5fb-4bdb-a388-02a55b8eb230",
    "release_group_id": null,
    "labels": [
        "A&M Records"
    ],
    "label_ids": [],
    "release_date": "1994-04-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We're sad to learn of the passing today of Art Neville, a founding member of the Meters and the Neville Brothers. https://bit.ly/2Yjk2M8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}