Information about plays

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

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

{
    "id": 352696,
    "uri": "https://api.kexp.org/v2/plays/352696/?format=api",
    "airdate": "2019-07-10T20:02:32-07:00",
    "show": 5877,
    "show_uri": "https://api.kexp.org/v2/shows/5877/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Out on the Weekend",
    "track_id": "7d549fca-86f1-3fd1-82a0-b81a936c79b8",
    "recording_id": null,
    "artist": "Neil Young",
    "artist_ids": [
        "75167b8b-44e4-407b-9d35-effe87b223cf"
    ],
    "album": "Harvest",
    "release_id": "8f32b5e7-81e5-4d1f-8bb1-07fd307c45f7",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [],
    "release_date": "1972-02-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Video live on the BBC in 1971, apparently the first time he played this song live: https://www.rollingstone.com/music/music-news/neil-young-harvest-debuts-out-on-the-weekend-1971-699865 ; https://www.facebook.com/pg/NeilYoungArchives",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}