Information about plays

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

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

{
    "id": 372880,
    "uri": "https://api.kexp.org/v2/plays/372880/?format=api",
    "airdate": "2019-08-27T07:27:53-07:00",
    "show": 6213,
    "show_uri": "https://api.kexp.org/v2/shows/6213/?format=api",
    "image_uri": "http://coverartarchive.org/release/4059f4c0-b8ab-4a57-a760-5f7f199df9fa/23885480559-250.jpg",
    "thumbnail_uri": "",
    "song": "Sing Along",
    "track_id": "77d16a94-5252-400b-bcb8-ab4b61153478",
    "recording_id": null,
    "artist": "Sturgill Simpson",
    "artist_ids": [
        "f6e61750-a6b7-4d88-979b-052345cd0e4a"
    ],
    "album": "Sound & Fury",
    "release_id": "4059f4c0-b8ab-4a57-a760-5f7f199df9fa",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "2019-09-27",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sound & Fury will be released September 27th, the same day that the album’s accompanying anime film premieres on Netflix. The video for “Sing Along” arrives as preview of the movie, depicting a dystopian society where a shadowy figure in a muscle car wreaks havoc.  Check out the video / film preview here:  https://youtu.be/SpSMoBp8awM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}