Information about plays

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

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

{
    "id": 371809,
    "uri": "https://api.kexp.org/v2/plays/371809/?format=api",
    "airdate": "2019-08-24T16:29:33-07:00",
    "show": 6193,
    "show_uri": "https://api.kexp.org/v2/shows/6193/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "West Coast",
    "track_id": "d21c4177-2999-498c-a02d-b7791c6cfd91",
    "recording_id": null,
    "artist": "Lana Del Rey",
    "artist_ids": [
        "b7539c32-53e7-4908-bda3-81449c367da6"
    ],
    "album": "Ultraviolence",
    "release_id": "b7741cb5-0b0b-4090-bbf9-b8a14202a2ec",
    "release_group_id": null,
    "labels": [
        "Vertigo Berlin"
    ],
    "label_ids": [],
    "release_date": "2014-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}