Information about plays

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

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

{
    "id": 343276,
    "uri": "https://api.kexp.org/v2/plays/343276/?format=api",
    "airdate": "2019-06-19T03:02:00-07:00",
    "show": 5723,
    "show_uri": "https://api.kexp.org/v2/shows/5723/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Delicious Demon",
    "track_id": "01272a8f-b15a-3aa2-b03f-622175ab003d",
    "recording_id": null,
    "artist": "The Sugarcubes",
    "artist_ids": [
        "95303251-46d5-4239-89c8-eaf0b0947a11"
    ],
    "album": "Life’s Too Good",
    "release_id": "09a5f716-f5eb-4f4f-a0f0-66a7e267217a",
    "release_group_id": null,
    "labels": [
        "Mother Records"
    ],
    "label_ids": [],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Sugarcubes were an Icelandic alternative rock band from Reykjavík formed in 1986 and disbanded in 1992 - Björk was a founding member. https://www.youtube.com/watch?v=GswAZjnNfko",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}