Information about plays

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

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

{
    "id": 353544,
    "uri": "https://api.kexp.org/v2/plays/353544/?format=api",
    "airdate": "2019-07-12T17:01:32-07:00",
    "show": 5889,
    "show_uri": "https://api.kexp.org/v2/shows/5889/?format=api",
    "image_uri": "http://coverartarchive.org/release/26a75c55-00de-4de3-b419-3bb7bd3a2982/22859902189-250.jpg",
    "thumbnail_uri": "",
    "song": "Got You",
    "track_id": "1afc6d36-b291-464f-ace9-c99a551b61b7",
    "recording_id": null,
    "artist": "Amyl and The Sniffers",
    "artist_ids": [
        "0f74b263-65bf-4027-9708-45aadf40122d"
    ],
    "album": "Amyl and The Sniffers",
    "release_id": "26a75c55-00de-4de3-b419-3bb7bd3a2982",
    "release_group_id": null,
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2019-05-24",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Amyl and the Sniffers are an Australian pub rock and punk band based in Melbourne, consisting of vocalist Amy Taylor, drummer Bryce Wilson, guitarist Dec Martens, and bassist Gus Romer",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}