Information about plays

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

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

{
    "id": 350240,
    "uri": "https://api.kexp.org/v2/plays/350240/?format=api",
    "airdate": "2019-07-05T00:05:00-07:00",
    "show": 5832,
    "show_uri": "https://api.kexp.org/v2/shows/5832/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ball of Confusion (That’s What the World Is Today) (alternate mix)",
    "track_id": "57e98f20-17bc-37d8-ad0a-77172e500bae",
    "recording_id": null,
    "artist": "The Temptations",
    "artist_ids": [
        "d8df96ae-8fcf-4997-b3e6-e5d1aaf0f69e"
    ],
    "album": "Psychedelic Soul",
    "release_id": "65e214cb-c9dc-4343-8275-a125b6c80a56",
    "release_group_id": null,
    "labels": [
        "Motown Records"
    ],
    "label_ids": [],
    "release_date": "2003-06-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was one of the many psychedelic soul records that Norman Whitfield wrote and produced for the Temptations between the late '60 and early '70s. The song tries to make sense of the chaos and disorder pervading the times.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}