Information about plays

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

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

{
    "id": 356109,
    "uri": "https://api.kexp.org/v2/plays/356109/?format=api",
    "airdate": "2019-07-18T16:56:15-07:00",
    "show": 5933,
    "show_uri": "https://api.kexp.org/v2/shows/5933/?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": "Written by Ben Gibbard,'The Sound of Settling' is notable for its upbeat style and the \"Bop bah\" sung during the chorus. Gibbard originally did not like the song, due to his personal distaste of uptempo songs, and had intended to discard it. Despite Gibbard being reluctant to include it on Transatlanticism, guitarist and producer Chris Walla insisted that it be included on the album",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}