Information about plays

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

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

{
    "id": 378139,
    "uri": "https://api.kexp.org/v2/plays/378139/?format=api",
    "airdate": "2019-09-08T00:03:00-07:00",
    "show": 6294,
    "show_uri": "https://api.kexp.org/v2/shows/6294/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Prowl",
    "track_id": "8fea57d8-41a8-4a66-a32f-66740ce316d3",
    "recording_id": null,
    "artist": "Wiegedood",
    "artist_ids": [
        "62ef1944-fe82-4d3d-a93b-a51751a077bb"
    ],
    "album": "De doden hebben het goed III",
    "release_id": "e5f31456-5138-45ef-bf7c-5a48e0b7739d",
    "release_group_id": null,
    "labels": [
        "Century Media"
    ],
    "label_ids": [],
    "release_date": "2018-04-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wiegedood is currently touring Europe and selling 500 2xLP's of their upcoming record, Live At Roadburn 2018 and they will only be sold at shows. https://www.facebook.com/wiegedood?fref=ts",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}