Information about plays

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

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

{
    "id": 2682742,
    "uri": "https://api.kexp.org/v2/plays/2682742/?format=api",
    "airdate": "2020-01-06T06:37:47-08:00",
    "show": 46306,
    "show_uri": "https://api.kexp.org/v2/shows/46306/?format=api",
    "image_uri": "https://coverartarchive.org/release/e602a3ae-fe8f-4abd-8638-f055517bacb2/7038334221-250.jpg",
    "thumbnail_uri": "",
    "song": "The New Year",
    "track_id": "d65135d9-d917-3c04-9a3e-1a9f3f75dbdf",
    "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": "Ben Gibbard of Death Cab For Cutie explained that it's not about him or even a specific person, but the girl in the song is an amalgamation of various women he's encountered.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}