Information about plays

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

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

{
    "id": 351717,
    "uri": "https://api.kexp.org/v2/plays/351717/?format=api",
    "airdate": "2019-07-08T13:24:28-07:00",
    "show": 5861,
    "show_uri": "https://api.kexp.org/v2/shows/5861/?format=api",
    "image_uri": "http://coverartarchive.org/release/e8214d01-e6b9-4081-ad74-ad303879c382/22209334472-250.jpg",
    "thumbnail_uri": "",
    "song": "Empty",
    "track_id": "6866f2f7-8428-4bad-8911-72343355a5ea",
    "recording_id": null,
    "artist": "King Gizzard & The Lizard Wizard",
    "artist_ids": [
        "f58384a4-2ad2-4f24-89c5-c7b74ae1cce7"
    ],
    "album": "I'm In Your Mind Fuzz",
    "release_id": "e8214d01-e6b9-4081-ad74-ad303879c382",
    "release_group_id": null,
    "labels": [
        "Heavenly"
    ],
    "label_ids": [
        "696ee2f4-c486-4e7a-80f4-cfd85193677a"
    ],
    "release_date": "2014-11-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}