Information about plays

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

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

{
    "id": 383014,
    "uri": "https://api.kexp.org/v2/plays/383014/?format=api",
    "airdate": "2019-09-19T15:48:00-07:00",
    "show": 6372,
    "show_uri": "https://api.kexp.org/v2/shows/6372/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Can't Hardly Wait",
    "track_id": null,
    "recording_id": null,
    "artist": "The Replacements",
    "artist_ids": [
        "dc0d05ce-2f47-4962-b4fa-8631a0a51987"
    ],
    "album": "The Complete Inconcerated Live",
    "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": "The final two LPs of Dead Man’s Pop capture the band performing live in Milwaukee during the “Don’t Tell A Soul Tour.” A few songs from the concert originally appeared on the promo-only EP Inconcerated Live (1989), but the bulk of the 29 tracks included have never been released. The entire show has been newly mixed by Brian Kehew (Ramones, The Faces).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}