Information about plays

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

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

{
    "id": 369337,
    "uri": "https://api.kexp.org/v2/plays/369337/?format=api",
    "airdate": "2019-08-19T05:09:01-07:00",
    "show": 6158,
    "show_uri": "https://api.kexp.org/v2/shows/6158/?format=api",
    "image_uri": "http://coverartarchive.org/release/a4aa9ce4-b425-4834-9016-891bf3bd0a92/11790191870-250.jpg",
    "thumbnail_uri": "",
    "song": "Adore",
    "track_id": "d7c60621-5126-414c-8a93-b1206036ce2e",
    "recording_id": null,
    "artist": "Savages",
    "artist_ids": [
        "42d72c29-8a7a-4c88-89ed-a2ca25d40284"
    ],
    "album": "Adore Life",
    "release_id": "a4aa9ce4-b425-4834-9016-891bf3bd0a92",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2016-01-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}