Information about plays

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

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

{
    "id": 379049,
    "uri": "https://api.kexp.org/v2/plays/379049/?format=api",
    "airdate": "2019-09-10T08:27:22-07:00",
    "show": 6310,
    "show_uri": "https://api.kexp.org/v2/shows/6310/?format=api",
    "image_uri": "http://coverartarchive.org/release/983ae253-215e-4f6c-8411-fa7ddcec2d94/19120789325-250.jpg",
    "thumbnail_uri": "",
    "song": "Regret",
    "track_id": "9afd000d-8a11-36f0-8261-496e01ae9a06",
    "recording_id": null,
    "artist": "New Order",
    "artist_ids": [
        "f1106b17-dcbb-45f6-b938-199ccfab50cc"
    ],
    "album": "(The Best of) New Order",
    "release_id": "983ae253-215e-4f6c-8411-fa7ddcec2d94",
    "release_group_id": null,
    "labels": [
        "Qwest Records"
    ],
    "label_ids": [
        "279669fd-fcd3-4d68-afa2-786b96e55de4"
    ],
    "release_date": "1995-03-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "It’s as simple a sentiment as frontman Bernard Sumner has ever expressed in his engagingly flat timbre—someone looking back as he approaches middle age and being at complete peace with every false step and failed relationship that has happened along the way.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}