Information about plays

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

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

{
    "id": 2680416,
    "uri": "https://api.kexp.org/v2/plays/2680416/?format=api",
    "airdate": "2019-12-31T13:25:28-08:00",
    "show": 46264,
    "show_uri": "https://api.kexp.org/v2/shows/46264/?format=api",
    "image_uri": "https://coverartarchive.org/release/da425314-ecc7-4db3-a296-90942f172b18/7927245448-250.jpg",
    "thumbnail_uri": "",
    "song": "This Year",
    "track_id": "e7bb189f-8600-36d0-a922-19b812129d82",
    "recording_id": null,
    "artist": "The Mountain Goats",
    "artist_ids": [
        "9639cd52-c351-4a17-9797-58880e95a7ef"
    ],
    "album": "The Sunset Tree",
    "release_id": "da425314-ecc7-4db3-a296-90942f172b18",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2005-04-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "\"There will be feasting and dancing in Jerusalem next year.\" This is one of \"five Mountain Goats songs that showcase John Darnielle's best lyrics\":  https://www.sandiegomagazine.com/Blogs/The-Setlist/Summer-2019/Five-Mountain-Goats-Songs-That-Showcase-John-Darnielles-Best-Lyrics/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}