Information about plays

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

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

{
    "id": 353652,
    "uri": "https://api.kexp.org/v2/plays/353652/?format=api",
    "airdate": "2019-07-12T23:25:42-07:00",
    "show": 5891,
    "show_uri": "https://api.kexp.org/v2/shows/5891/?format=api",
    "image_uri": "http://coverartarchive.org/release/2ed2a8dc-f3d1-486c-adbb-6685923966a2/17771953281-250.jpg",
    "thumbnail_uri": "",
    "song": "Miss Me",
    "track_id": "dc3c33ec-6f11-40dc-9c7b-013348125e10",
    "recording_id": null,
    "artist": "Leikeli47",
    "artist_ids": [
        "da8a2bf4-8298-4da4-b5ff-ad5adb856037"
    ],
    "album": "Wash & Set",
    "release_id": "2ed2a8dc-f3d1-486c-adbb-6685923966a2",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2017-09-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Leikeli47's recent performance at NPR's Tiny Desk: https://www.youtube.com/watch?v=AB-S8wL-AKY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}