Information about plays

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

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

{
    "id": 379617,
    "uri": "https://api.kexp.org/v2/plays/379617/?format=api",
    "airdate": "2019-09-11T16:30:04-07:00",
    "show": 6319,
    "show_uri": "https://api.kexp.org/v2/shows/6319/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Black Gold",
    "track_id": "c0288aa7-8a23-41b8-af87-d753c16c00bd",
    "recording_id": null,
    "artist": "Editors",
    "artist_ids": [
        "0efe858c-89e5-4e47-906a-356fa953fd6e"
    ],
    "album": "Black Gold: Best of Editors (Deluxe)",
    "release_id": "fd8ebc38-2836-494c-aa9a-ae18cff986e0",
    "release_group_id": null,
    "labels": [
        "Play It Again Sam"
    ],
    "label_ids": [
        "3ccd1270-99d3-4b83-a311-6c60e127c866"
    ],
    "release_date": "2019-10-25",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the Editors' full performance here at KEXP: https://bit.ly/2PQCtRw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}