Information about plays

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

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

{
    "id": 2680418,
    "uri": "https://api.kexp.org/v2/plays/2680418/?format=api",
    "airdate": "2019-12-31T13:33:00-08:00",
    "show": 46264,
    "show_uri": "https://api.kexp.org/v2/shows/46264/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "2080",
    "track_id": "c441ae35-d632-3d87-954f-c9fc9dda0e90",
    "recording_id": null,
    "artist": "Yeasayer",
    "artist_ids": [
        "3feba7fa-3837-424a-b4f1-0077d217f569"
    ],
    "album": "All Hour Cymbals",
    "release_id": "fc9ad65a-61e1-42c6-9bac-20f5433c3689",
    "release_group_id": null,
    "labels": [
        "We Are Free"
    ],
    "label_ids": [
        "d62a11bf-c852-47fb-84b7-265d805d825f"
    ],
    "release_date": "2007-10-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I can't sleep when I think about the times we're living in...\nI can't sleep when I think about the future I was born into...\": https://songmeanings.com/songs/view/3530822107858687615/  Now that you've read the lyrics, watch Yeasayer perform \"2080\" live for KEXP listeners: https://www.youtube.com/watch?v=hy2vbtmdRJQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}