Information about plays

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

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

{
    "id": 351369,
    "uri": "https://api.kexp.org/v2/plays/351369/?format=api",
    "airdate": "2019-07-07T16:02:37-07:00",
    "show": 5855,
    "show_uri": "https://api.kexp.org/v2/shows/5855/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Windows",
    "track_id": "d36e5c1d-a21e-40d7-8c05-cdb771205acd",
    "recording_id": null,
    "artist": "Frankie Cosmos",
    "artist_ids": [
        "e49dd402-2297-4192-a359-48b233d39cd4"
    ],
    "album": "Close It Quietly",
    "release_id": "d8948f29-4021-434e-891c-d1c7d3d79f96",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2019-09-06",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing the Laser Dome at The Pacific Science Center on Nov 3! LASERS THOUGH!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}