Information about plays

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

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

{
    "id": 374566,
    "uri": "https://api.kexp.org/v2/plays/374566/?format=api",
    "airdate": "2019-08-30T17:31:00-07:00",
    "show": 6231,
    "show_uri": "https://api.kexp.org/v2/shows/6231/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Crimson and Clover",
    "track_id": "aacfe651-7db7-3814-b015-3df2084f14f8",
    "recording_id": null,
    "artist": "Joan Jett and the Blackhearts",
    "artist_ids": [
        "46e63d3b-d91b-4791-bb73-e9f638a45ea0"
    ],
    "album": "I Love Rock 'n' Roll",
    "release_id": "60ce0ab0-164a-45c3-bb82-d94d74679da6",
    "release_group_id": null,
    "labels": [
        "Blackheart Records"
    ],
    "label_ids": [],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Winner of the inaugural KEXP Mixtape Week challenge, Jana Sturdivant shares her selections from a compilation she calls \"Hot Cheeto Fantasy.\"   Written by duo Tommy James and drummer Peter Lucia Jr., it was intended as a change in direction of the group's sound and composition, this song has been covered by both Joan Jett and Prince.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}