Information about plays

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

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

{
    "id": 348968,
    "uri": "https://api.kexp.org/v2/plays/348968/?format=api",
    "airdate": "2019-07-02T08:34:00-07:00",
    "show": 5816,
    "show_uri": "https://api.kexp.org/v2/shows/5816/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Music Scene",
    "track_id": "3e717db6-5884-380b-9359-987f269783e2",
    "recording_id": null,
    "artist": "Blockhead",
    "artist_ids": [
        "3bd76ebe-c7dc-47bd-a8af-9e46d2a4f782"
    ],
    "album": "The Music Scene",
    "release_id": "b7e5a193-c55d-4cf3-9c94-8f25c952e245",
    "release_group_id": null,
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [],
    "release_date": "2010-01-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tony Simon, better known by his stage name Blockhead, is an American hip hop record producer and disc jockey from NYC. Aside from his solo efforts released on the Ninja Tune label, he is most associated with producing tracks for Aesop Rock.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}