Information about plays

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

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

{
    "id": 2677079,
    "uri": "https://api.kexp.org/v2/plays/2677079/?format=api",
    "airdate": "2019-12-23T08:37:12-08:00",
    "show": 46209,
    "show_uri": "https://api.kexp.org/v2/shows/46209/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Volcano Surfing",
    "track_id": "98029f04-bd07-4171-9a2e-285c1bf07358",
    "recording_id": null,
    "artist": "XVIII Eyes",
    "artist_ids": [
        "29e8f3b3-99ef-453c-9e71-d97fd363b571"
    ],
    "album": "I'll Keep You",
    "release_id": "cc483f2b-90b1-42b5-9bc4-ec2d9b1ae572",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2013-11-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Local band XVIII Eyes performed at KEXP back in 2014, check it out here. https://www.youtube.com/watch?v=vlhNLnhKNyE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}