Information about plays

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

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

{
    "id": 382090,
    "uri": "https://api.kexp.org/v2/plays/382090/?format=api",
    "airdate": "2019-09-17T17:26:00-07:00",
    "show": 6360,
    "show_uri": "https://api.kexp.org/v2/shows/6360/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Achin' To Be (Bearsville Version)",
    "track_id": null,
    "recording_id": null,
    "artist": "The Replacements",
    "artist_ids": [],
    "album": "Dead Man's Pop",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [],
    "release_date": "2019-09-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Paul Westerberg, Slim Dunlap, Tommy Stinson and Chris Mars started recording Don’t Tell A Soul in June 1988 with Tony Berg at Bearsville Studios, but the chaotic sessions were cut short and mothballed. Nine unreleased tracks from Bearsville appear on Dead Man’s Pop, including early versions of “I’ll Be You,” “Darlin’ One” and “Achin’ To Be” and the previously unheard “Last Thing in the World.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}