Information about plays

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

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

{
    "id": 377075,
    "uri": "https://api.kexp.org/v2/plays/377075/?format=api",
    "airdate": "2019-09-05T15:50:15-07:00",
    "show": 6274,
    "show_uri": "https://api.kexp.org/v2/shows/6274/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Topographe",
    "track_id": "58729f23-b210-4dd8-878b-9bcee46b32e2",
    "recording_id": null,
    "artist": "Corridor",
    "artist_ids": [
        "dd37309c-94bf-42c6-9a35-636ddedbb8f0"
    ],
    "album": "Junior",
    "release_id": "6e382c3f-7f83-4b99-971a-088e7117179d",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2019-10-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Corridor is a Montreal based band who just signed to Sup Pop. Their debut on the label, Junior, is set to drop on October 18th! They will also be playing at Barboza on December 10th!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}