Information about plays

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

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

{
    "id": 381655,
    "uri": "https://api.kexp.org/v2/plays/381655/?format=api",
    "airdate": "2019-09-16T16:39:31-07:00",
    "show": 6354,
    "show_uri": "https://api.kexp.org/v2/shows/6354/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hungry Eyes",
    "track_id": "7724f7c7-eb10-4dab-89fe-bd93b46b8c9c",
    "recording_id": null,
    "artist": "TOBACCO",
    "artist_ids": [
        "7d3996ec-e9e9-41ec-8f4d-e336f64fc7c6"
    ],
    "album": "Hungry Eyes",
    "release_id": "1dc33e2c-02ec-443b-bcc8-979aea1f7d12",
    "release_group_id": null,
    "labels": [
        "Rad Cult"
    ],
    "label_ids": [
        "5b35d2dd-2151-4128-a583-61ac3373550d"
    ],
    "release_date": "2018-09-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Eric Carmen coverrrrr",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}