Information about plays

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

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

{
    "id": 374995,
    "uri": "https://api.kexp.org/v2/plays/374995/?format=api",
    "airdate": "2019-08-31T22:11:00-07:00",
    "show": 6242,
    "show_uri": "https://api.kexp.org/v2/shows/6242/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Young, Gifted, Black, In Leather",
    "track_id": "4fb4a10c-8ed3-49c3-8b6d-f518fc869c9c",
    "recording_id": null,
    "artist": "Special Interest",
    "artist_ids": [
        "87b48ece-ad3d-4d0b-b854-d5ca4ce3ecb2"
    ],
    "album": "Spiraling",
    "release_id": "a8f9e665-aa6c-42e8-9ac3-0de928adacbb",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [],
    "release_date": "2018-02-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New Orleans; https://specialinterestno.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}