Information about plays

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

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

{
    "id": 381289,
    "uri": "https://api.kexp.org/v2/plays/381289/?format=api",
    "airdate": "2019-09-15T16:47:34-07:00",
    "show": 6347,
    "show_uri": "https://api.kexp.org/v2/shows/6347/?format=api",
    "image_uri": "http://coverartarchive.org/release/10bfa756-9237-4616-ac21-5f323a492327/7689227168-250.jpg",
    "thumbnail_uri": "",
    "song": "The Man Who Sold the World (live)",
    "track_id": "3837d274-c33f-3b83-8c68-33be5950a131",
    "recording_id": null,
    "artist": "Nirvana",
    "artist_ids": [
        "5b11f4ce-a62d-471e-81fc-a69a8278c7da"
    ],
    "album": "Nirvana",
    "release_id": "10bfa756-9237-4616-ac21-5f323a492327",
    "release_group_id": null,
    "labels": [
        "DGC Records"
    ],
    "label_ids": [
        "68803e28-86fe-4a95-985f-8e493795ab31"
    ],
    "release_date": "2002-10-29",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Kurt Cobain adored David Bowie's \"The Man Who Sold the World\" -- he ranked the album as #45 in his top 50 favorites, paying tribute to it with a live acoustic cover on MTV Unplugged, re-released here in 2002.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}