Information about plays

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

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

{
    "id": 352387,
    "uri": "https://api.kexp.org/v2/plays/352387/?format=api",
    "airdate": "2019-07-10T02:23:13-07:00",
    "show": 5873,
    "show_uri": "https://api.kexp.org/v2/shows/5873/?format=api",
    "image_uri": "http://coverartarchive.org/release/c93c5450-067f-49e8-a8b0-ba482a611e96/23213321810-250.jpg",
    "thumbnail_uri": "",
    "song": "He",
    "track_id": "87508525-8b9f-465d-889e-3e431bb4413f",
    "recording_id": null,
    "artist": "Jai Paul",
    "artist_ids": [
        "312183e0-64ff-48df-a9f4-0804ca23a7d3"
    ],
    "album": "Do You Love Her Now / He",
    "release_id": "c93c5450-067f-49e8-a8b0-ba482a611e96",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2019-06-02",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The London artist released a couple of acclaimed singles early this decade before disappearing after a collection of mostly unfinished demos were stolen in 2013 and illegally leaked online. He's now surprised released those demos.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}