Information about plays

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

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

{
    "id": 372452,
    "uri": "https://api.kexp.org/v2/plays/372452/?format=api",
    "airdate": "2019-08-26T06:38:00-07:00",
    "show": 6206,
    "show_uri": "https://api.kexp.org/v2/shows/6206/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Six Different Ways",
    "track_id": null,
    "recording_id": null,
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "The Head on the Door",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [],
    "release_date": "1985-08-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Cure released this, their 6th album, on this day back in 1985! Smith stated that it was inspired by the albums Kaleidoscope by Siouxsie and the Banshees and Dare by the Human League.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}