Information about plays

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

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

{
    "id": 347808,
    "uri": "https://api.kexp.org/v2/plays/347808/?format=api",
    "airdate": "2019-06-29T11:17:00-07:00",
    "show": 5792,
    "show_uri": "https://api.kexp.org/v2/shows/5792/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Yezzi Mil Viss",
    "track_id": "09228a27-ede8-4854-af17-69101c66f591",
    "recording_id": null,
    "artist": "King Abid",
    "artist_ids": [
        "7cd5a177-ff42-48a7-8c97-18a6dd461694"
    ],
    "album": "King Abid",
    "release_id": "57545977-1e17-4392-9f6a-30fe0690faf1",
    "release_group_id": null,
    "labels": [
        "DEP"
    ],
    "label_ids": [],
    "release_date": "2016-01-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Québec https://kingabid.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}