Information about plays

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

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

{
    "id": 378240,
    "uri": "https://api.kexp.org/v2/plays/378240/?format=api",
    "airdate": "2019-09-08T06:25:10-07:00",
    "show": 6296,
    "show_uri": "https://api.kexp.org/v2/shows/6296/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In The Shade (feat. 岡田 徹)",
    "track_id": null,
    "recording_id": null,
    "artist": "Steve Hiett",
    "artist_ids": [],
    "album": "Down On The Road By The Beach",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Efficient Space"
    ],
    "label_ids": [],
    "release_date": "2019-09-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Steve Hiett <3 This highly sought-after 1983 release from the late musician and photographer Steve Hiett will be getting a much deserved physical re-issue next month courtesy of Melbourne label Efficient Space ~ https://efficientspace.bandcamp.com/album/down-on-the-road-by-the-beach :: Also check out the other collection of his works that Efficient Space will be releasing later this month: https://efficientspace.bandcamp.com/album/girls-in-the-grass",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}