Information about plays

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

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

{
    "id": 2681416,
    "uri": "https://api.kexp.org/v2/plays/2681416/?format=api",
    "airdate": "2020-01-02T23:40:07-08:00",
    "show": 46280,
    "show_uri": "https://api.kexp.org/v2/shows/46280/?format=api",
    "image_uri": "https://coverartarchive.org/release/82513761-6b34-4060-b4ad-dd42a75d199b/10929396758-250.jpg",
    "thumbnail_uri": "",
    "song": "Last Living Souls",
    "track_id": "74944217-b9eb-3e96-8ed1-fed80c799b61",
    "recording_id": null,
    "artist": "Gorillaz",
    "artist_ids": [
        "e21857d5-3256-4547-afb3-4b6ded592596"
    ],
    "album": "Demon Days",
    "release_id": "82513761-6b34-4060-b4ad-dd42a75d199b",
    "release_group_id": null,
    "labels": [
        "Virgin Records America"
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "2005-05-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "​Damon Albarn says Gorillaz won't tour again until 2028.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}