Information about plays

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

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

{
    "id": 372876,
    "uri": "https://api.kexp.org/v2/plays/372876/?format=api",
    "airdate": "2019-08-27T07:16:00-07:00",
    "show": 6213,
    "show_uri": "https://api.kexp.org/v2/shows/6213/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Inbetween Days",
    "track_id": "31546ef2-de8d-3bb6-a595-62831b63ca76",
    "recording_id": null,
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "The Head on the Door",
    "release_id": "735ada0f-0792-43fb-a6de-9ba2562f3d94",
    "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": "This was The Cure's first hit song to come off an album rather than a stand-alone single. In the UK, it was the band's ninth chart single and their fourth consecutive Top 20 hit; while in the US it was their first single to reach the Billboard Hot 100, where it peaked at number 99.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}