Information about plays

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

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

{
    "id": 379383,
    "uri": "https://api.kexp.org/v2/plays/379383/?format=api",
    "airdate": "2019-09-11T02:38:02-07:00",
    "show": 6316,
    "show_uri": "https://api.kexp.org/v2/shows/6316/?format=api",
    "image_uri": "http://coverartarchive.org/release/6d2ee21b-cbbb-4ba3-8e2a-cc09e7fa07e3/23655956969-250.jpg",
    "thumbnail_uri": "",
    "song": "Walking on Thin Ice (Danny Tenaglia Walked Across the Lake Mix)",
    "track_id": "997be2c9-f58a-3e1f-89a0-84c0244013ed",
    "recording_id": null,
    "artist": "Yoko Ono",
    "artist_ids": [
        "b0b33754-a664-43b7-ba00-be0dc4ec2396"
    ],
    "album": "Open Your Box",
    "release_id": "6d2ee21b-cbbb-4ba3-8e2a-cc09e7fa07e3",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2007-04-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I may cry someday\nBut the tears will dry whichever way\nAnd when our hearts return to ashes\nIt'll be just a story, it'll be just a story",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}