Information about plays

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

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

{
    "id": 382959,
    "uri": "https://api.kexp.org/v2/plays/382959/?format=api",
    "airdate": "2019-09-19T13:00:24-07:00",
    "show": 6371,
    "show_uri": "https://api.kexp.org/v2/shows/6371/?format=api",
    "image_uri": "http://coverartarchive.org/release/3d08ec09-d852-43ce-ab7d-2a14d44d6ad9/4528115695-250.jpg",
    "thumbnail_uri": "",
    "song": "Desire Be Desire Go",
    "track_id": "6c479f6c-eb25-3199-ab08-0e742ab3406f",
    "recording_id": null,
    "artist": "Tame Impala",
    "artist_ids": [
        "63aa26c3-d59b-4da4-84ac-716b54f1ef4d"
    ],
    "album": "Innerspeaker",
    "release_id": "3d08ec09-d852-43ce-ab7d-2a14d44d6ad9",
    "release_group_id": null,
    "labels": [
        "Modular Recordings"
    ],
    "label_ids": [
        "1a69fd71-e415-4439-b830-49ab0752d9f7"
    ],
    "release_date": "2010-05-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "<i>Innerspeaker</i> was the debut album by Tame Impala released in May 2010. The album title was selected by Kevin Parker, which was a term he came up with to try to explain the \"feeling you get when you're at your most inspired, the idea that [a song] just appears to you vividly and if someone plugged a stereo into your brain they'd be able to hear it.\" https://bit.ly/2kVgEoT",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}