Information about plays

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

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

{
    "id": 2680500,
    "uri": "https://api.kexp.org/v2/plays/2680500/?format=api",
    "airdate": "2019-12-31T18:22:00-08:00",
    "show": 46266,
    "show_uri": "https://api.kexp.org/v2/shows/46266/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Legend",
    "track_id": null,
    "recording_id": null,
    "artist": "Huun-Huu Tu and The Bulgarian Voices Angelite",
    "artist_ids": [],
    "album": "Fly, Fly My Sadness",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Shanachie"
    ],
    "label_ids": [],
    "release_date": "2010-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rapturous meeting of Tuvan group Huun Huur-Tu and the Bulgarian Voices-Angelite (formerly with the French name Le Mystere de Voix Bulgares), on the album Fly, Fly My Sadness. Watch Huun‐Huur‐Tu performing live in the KEXP studio. Recorded August 15, 2017 https://www.youtube.com/watch?v=R2ovoRyv4kw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}