Information about plays

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

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

{
    "id": 377253,
    "uri": "https://api.kexp.org/v2/plays/377253/?format=api",
    "airdate": "2019-09-06T00:15:57-07:00",
    "show": 6277,
    "show_uri": "https://api.kexp.org/v2/shows/6277/?format=api",
    "image_uri": "http://coverartarchive.org/release/69bdd403-f167-4f09-8d63-bde71bf23cfc/23746668793-250.jpg",
    "thumbnail_uri": "",
    "song": "Turn Back",
    "track_id": "ca539c66-3983-4647-a8db-6d166fabfc00",
    "recording_id": null,
    "artist": "Lusine",
    "artist_ids": [
        "24ee4021-50ac-4285-b76e-860082d0d731"
    ],
    "album": "Retrace EP",
    "release_id": "69bdd403-f167-4f09-8d63-bde71bf23cfc",
    "release_group_id": null,
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [
        "c981d5d0-1109-47ff-addf-18eeb81b3717"
    ],
    "release_date": "2019-07-12",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Jeff McIlwain, an ambient/IDM musician aka LUSINE will be performing LIVE at Nectar Lounge with NAVVI and Ig88 on Friday, October 18th!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}