Information about plays

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

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

{
    "id": 372922,
    "uri": "https://api.kexp.org/v2/plays/372922/?format=api",
    "airdate": "2019-08-27T09:22:54-07:00",
    "show": 6213,
    "show_uri": "https://api.kexp.org/v2/shows/6213/?format=api",
    "image_uri": "http://coverartarchive.org/release/e602a3ae-fe8f-4abd-8638-f055517bacb2/7038334221-250.jpg",
    "thumbnail_uri": "",
    "song": "The Sound of Settling",
    "track_id": "c329e654-8866-3a78-939d-3cb8368f1de6",
    "recording_id": null,
    "artist": "Death Cab for Cutie",
    "artist_ids": [
        "0039c7ae-e1a7-4a7d-9b49-0cbc716821a6"
    ],
    "album": "Transatlanticism",
    "release_id": "e602a3ae-fe8f-4abd-8638-f055517bacb2",
    "release_group_id": null,
    "labels": [
        "Barsuk Records"
    ],
    "label_ids": [
        "a4f904e0-f048-4c13-88ec-f9f31f3e6109"
    ],
    "release_date": "2003-10-07",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Don't miss your chance to see Death Cab For Cutie with Car Seat Headrest at Marymoor Park, the September 8th show has not sold out.... yet. Tickets & info: https://www.axs.com/events/371587/death-cab-for-cutie-tickets?skin=marymoor",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}