Information about plays

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

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

{
    "id": 357564,
    "uri": "https://api.kexp.org/v2/plays/357564/?format=api",
    "airdate": "2019-07-22T08:11:15-07:00",
    "show": 5961,
    "show_uri": "https://api.kexp.org/v2/shows/5961/?format=api",
    "image_uri": "http://coverartarchive.org/release/3156d06a-b783-4eea-a336-89b8a4513872/4515611355-250.jpg",
    "thumbnail_uri": "",
    "song": "Jane Says",
    "track_id": "f69873c0-ad7d-3868-b46f-2e3ccdb4ea4b",
    "recording_id": null,
    "artist": "Jane’s Addiction",
    "artist_ids": [
        "e3434cc7-d348-491a-9dc8-325af3d9086d"
    ],
    "album": "Nothing’s Shocking",
    "release_id": "3156d06a-b783-4eea-a336-89b8a4513872",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Jane Says\" uses only two chords for most of the song. The original recording from Jane's Addiction features bongos and is sung in a lower register than later versions. The version that appears on \"Nothing's Shocking\" makes extensive use of steel drums played by Stephen Perkins in place of the original's bongos.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}