Information about plays

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

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

{
    "id": 2681529,
    "uri": "https://api.kexp.org/v2/plays/2681529/?format=api",
    "airdate": "2020-01-03T06:42:00-08:00",
    "show": 46282,
    "show_uri": "https://api.kexp.org/v2/shows/46282/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ramble On",
    "track_id": "3f611d4b-2afb-3fa4-adcd-f711fc6ca2fa",
    "recording_id": null,
    "artist": "Led Zeppelin",
    "artist_ids": [
        "678d88b2-87b0-403b-b63d-5da7465aecc3"
    ],
    "album": "Led Zeppelin II",
    "release_id": "97e89db2-e0fe-3e49-8183-ec846c2892ce",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [],
    "release_date": "1969-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Today is also Led Zeppelin bassist John Paul Jones' birthday, too.  He was born in 1946.  Multi-talented, he was called Led Zeppelin's \"secret weapon.\"  Here are 20 things you may not know about him.: https://www.rollingstone.com/music/music-news/20-things-you-didnt-know-john-paul-jones-did-227646/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}