Information about plays

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

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

{
    "id": 371419,
    "uri": "https://api.kexp.org/v2/plays/371419/?format=api",
    "airdate": "2019-08-23T17:47:43-07:00",
    "show": 6185,
    "show_uri": "https://api.kexp.org/v2/shows/6185/?format=api",
    "image_uri": "http://coverartarchive.org/release/395900a3-318d-46d2-8358-947a6f2ea910/19463819571-250.jpg",
    "thumbnail_uri": "",
    "song": "Some Kind of Game",
    "track_id": "2019c24d-0e70-4ca8-b5f8-04a5687adfb1",
    "recording_id": null,
    "artist": "(A.A.L) Against All Logic",
    "artist_ids": [
        "c8e6242c-bc88-446c-8723-e354b806243d"
    ],
    "album": "2012–2017",
    "release_id": "395900a3-318d-46d2-8358-947a6f2ea910",
    "release_group_id": null,
    "labels": [
        "Other People"
    ],
    "label_ids": [
        "7eafcf10-49dc-4646-8870-5e5505626b0f"
    ],
    "release_date": "2018-02-17",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The project of Nicholas Jaar!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}