Information about plays

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

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

{
    "id": 343605,
    "uri": "https://api.kexp.org/v2/plays/343605/?format=api",
    "airdate": "2019-06-19T18:20:13-07:00",
    "show": 5727,
    "show_uri": "https://api.kexp.org/v2/shows/5727/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Memories of Professor Longhair",
    "track_id": "25f8935d-3ed7-3507-92bd-38127241d948",
    "recording_id": null,
    "artist": "Dr. John",
    "artist_ids": [
        "fe0e1895-aa84-47d9-8e5b-7930fc20709b"
    ],
    "album": "Dr. John Plays Mac Rebennack",
    "release_id": "870f3b00-00f8-42a1-b42c-d4e72d216b34",
    "release_group_id": null,
    "labels": [
        "Clean Cuts"
    ],
    "label_ids": [],
    "release_date": "1981-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "His first solo piano album, with the song named for the legendary New Orleans piano man ; paying tribute tonight to the late, unbelievably great Dr. John ; https://www.thedailybeast.com/the-weird-and-wonderful-dr-john-embodied-new-orleans-music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}