Information about plays

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

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

{
    "id": 380501,
    "uri": "https://api.kexp.org/v2/plays/380501/?format=api",
    "airdate": "2019-09-13T18:57:00-07:00",
    "show": 6332,
    "show_uri": "https://api.kexp.org/v2/shows/6332/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Can Make It (Alaia & Gallo Extended Preacher Dub)",
    "track_id": null,
    "recording_id": null,
    "artist": "Shawn Christopher",
    "artist_ids": [
        "6d647939-c699-49db-9a23-e44701e112be"
    ],
    "album": "Defected in the House",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Defected"
    ],
    "label_ids": [
        "5b57408a-f93d-43b5-9017-e77a29f7fc32"
    ],
    "release_date": "2016-12-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "House music singer Shawn Christopher was once a backing vocalist for Chaka Khan. \"If you turn to the music, everything is going to be all right!\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}