Information about plays

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

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

{
    "id": 346981,
    "uri": "https://api.kexp.org/v2/plays/346981/?format=api",
    "airdate": "2019-06-27T14:02:17-07:00",
    "show": 5781,
    "show_uri": "https://api.kexp.org/v2/shows/5781/?format=api",
    "image_uri": "http://coverartarchive.org/release/53014f5f-355a-4bf3-aeab-70be7b6bb97c/990572517-250.jpg",
    "thumbnail_uri": "",
    "song": "Get Real Paid",
    "track_id": "73d60106-9920-3260-b5fb-fa88e344926a",
    "recording_id": null,
    "artist": "Beck",
    "artist_ids": [
        "309c62ba-7a22-4277-9f67-4a162526d18a"
    ],
    "album": "Midnite Vultures",
    "release_id": "53014f5f-355a-4bf3-aeab-70be7b6bb97c",
    "release_group_id": null,
    "labels": [
        "DGC Records"
    ],
    "label_ids": [
        "68803e28-86fe-4a95-985f-8e493795ab31"
    ],
    "release_date": "1999-11-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Several songs on Beck's seventh album \"Midnite Vultures\" were directly inspired by other songs: \"Get Real Paid\" features a spiraling sequencer motif reminiscent of Kraftwerk's \"Home Computer\"; a synth breakdown in \"Milk & Honey\" echoes a similar riff in Grandmaster Flash and the Furious Five's \"The Message\"; \"Beautiful Way\" came about after listening to The Velvet Underground's \"Countess from Hong Kong\"; and \"Debra\" was inspired by both Prince's song \"Adore\" and the David Bowie song \"Win\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}