Information about plays

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

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

{
    "id": 382342,
    "uri": "https://api.kexp.org/v2/plays/382342/?format=api",
    "airdate": "2019-09-18T04:22:51-07:00",
    "show": 6363,
    "show_uri": "https://api.kexp.org/v2/shows/6363/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Light",
    "track_id": "3b7d9ae6-c951-4b3a-9579-d5e0134435d7",
    "recording_id": null,
    "artist": "Common",
    "artist_ids": [
        "c0a1179b-b14a-4d68-a3c1-1fdab16ed602"
    ],
    "album": "Like Water For Chocolate (Clean Version)",
    "release_id": "d774c3e5-3416-492e-9ae3-87e6eb289a43",
    "release_group_id": null,
    "labels": [
        "MCA Records, Inc."
    ],
    "label_ids": [
        "1dd678a1-5904-4280-bafc-162224ed3405"
    ],
    "release_date": "2000-03-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "It was produced by Jay Dee and features keyboards performed by James Poyser. It samples \"Open Your Eyes\" as performed by Bobby Caldwell and the drums from \"You're Gettin' a Little Too Smart\" by The Detroit Emeralds. Framed as a love letter, it is a confession of Common's love for a woman - specifically, his girlfriend at the time, Erykah Badu",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}