Information about plays

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

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

{
    "id": 368692,
    "uri": "https://api.kexp.org/v2/plays/368692/?format=api",
    "airdate": "2019-08-17T13:03:05-07:00",
    "show": 6144,
    "show_uri": "https://api.kexp.org/v2/shows/6144/?format=api",
    "image_uri": "http://coverartarchive.org/release/52a0845e-ca19-439e-a428-17270c0e1990/3778550483-250.jpg",
    "thumbnail_uri": "",
    "song": "Hell Is Round the Corner",
    "track_id": "dec0bb2c-5293-39ac-86b6-44910121b146",
    "recording_id": null,
    "artist": "Tricky",
    "artist_ids": [
        "5bf64d94-efd9-4334-96fd-e6197b0b02b8"
    ],
    "album": "Maxinquaye",
    "release_id": "52a0845e-ca19-439e-a428-17270c0e1990",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1995-02-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out more music at http://www.trickysite.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}