Information about plays

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

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

{
    "id": 345492,
    "uri": "https://api.kexp.org/v2/plays/345492/?format=api",
    "airdate": "2019-06-24T09:14:45-07:00",
    "show": 5761,
    "show_uri": "https://api.kexp.org/v2/shows/5761/?format=api",
    "image_uri": "http://coverartarchive.org/release/c2ae3fdf-ba98-400c-83c7-7c40ccc84362/23374609920-250.jpg",
    "thumbnail_uri": "",
    "song": "Blood from a Stone",
    "track_id": "a746689d-27b2-42db-88a8-9c9e422d5221",
    "recording_id": null,
    "artist": "Sheer Mag",
    "artist_ids": [
        "cdf4785a-e2da-47b0-b98c-4bfac0665850"
    ],
    "album": "A Distant Call",
    "release_id": "c2ae3fdf-ba98-400c-83c7-7c40ccc84362",
    "release_group_id": null,
    "labels": [
        "Wilsuns Recording Company"
    ],
    "label_ids": [
        "0996ea54-e1df-49f5-9d9b-191fae37dcc2"
    ],
    "release_date": "2019-08-23",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sheer Mag will be live on KEXP today at noon! They're also playing TONIGHT at The Crocodile! You can also catch them tomorrow night at Capitol Theater Backstage in Olympia. https://sheermag.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}