Information about plays

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

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

{
    "id": 2675066,
    "uri": "https://api.kexp.org/v2/plays/2675066/?format=api",
    "airdate": "2019-12-18T20:39:40-08:00",
    "show": 46177,
    "show_uri": "https://api.kexp.org/v2/shows/46177/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nights That Won’t Happen",
    "track_id": "270ef10b-fbcc-4ef6-bd7f-e0edd1cff91a",
    "recording_id": null,
    "artist": "Purple Mountains",
    "artist_ids": [
        "f1c5239b-0c9c-4453-8620-168df0b7f636"
    ],
    "album": "Purple Mountains",
    "release_id": "7b5bbdc0-3cf6-4e2b-9aea-7397095b45dc",
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [],
    "release_date": "2019-07-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another from The Roadhouse’s #2 album of 2019, the last project by the incomparable David Berman, released a month before he passed away. Official video for “All My Happiness is Gone”: https://www.youtube.com/watch?v=XvUBbROsXBw ; https://purplemountains.bandcamp.com ; RIP, David Berman.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}