Information about plays

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

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

{
    "id": 376884,
    "uri": "https://api.kexp.org/v2/plays/376884/?format=api",
    "airdate": "2019-09-05T05:36:30-07:00",
    "show": 6271,
    "show_uri": "https://api.kexp.org/v2/shows/6271/?format=api",
    "image_uri": "http://coverartarchive.org/release/3d0dbe3b-5c7b-4eb1-b106-7644775398d8/23657992242-250.jpg",
    "thumbnail_uri": "",
    "song": "Celebration",
    "track_id": "3d9a9c9a-73eb-4095-af4a-2838154cd061",
    "recording_id": null,
    "artist": "Florist",
    "artist_ids": [
        "9c12ec84-c547-45dc-a198-7b9dd9b2b0c7"
    ],
    "album": "Emily Alone",
    "release_id": "3d0dbe3b-5c7b-4eb1-b106-7644775398d8",
    "release_group_id": null,
    "labels": [
        "Double Double Whammy"
    ],
    "label_ids": [
        "4eb25f65-0b0b-49ac-9089-167f0a9d211b"
    ],
    "release_date": "2019-07-26",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lovely new one from Florist - https://florist.bandcamp.com/album/emily-alone",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}