Information about plays

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

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

{
    "id": 377347,
    "uri": "https://api.kexp.org/v2/plays/377347/?format=api",
    "airdate": "2019-09-06T06:02:34-07:00",
    "show": 6280,
    "show_uri": "https://api.kexp.org/v2/shows/6280/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jane Says (live)",
    "track_id": "81b764ee-c6cb-33d5-b5f9-a8881425ec0e",
    "recording_id": null,
    "artist": "Jane’s Addiction",
    "artist_ids": [
        "e3434cc7-d348-491a-9dc8-325af3d9086d"
    ],
    "album": "Kettle Whistle",
    "release_id": "3b902049-f0a3-334f-bba6-399a9b02ef8b",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1997-10-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning and happy Friday.  In this recorded interview, Perry Farrell tells the story of Jane, her \"wistful resilience,\"  and her struggles with addiction:  https://www.professorofrock.com/jane-says-by-janes-addiction/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}