Information about plays

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

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

{
    "id": 354454,
    "uri": "https://api.kexp.org/v2/plays/354454/?format=api",
    "airdate": "2019-07-14T22:38:00-07:00",
    "show": 5909,
    "show_uri": "https://api.kexp.org/v2/shows/5909/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ghostie (feat. Buddy Love)",
    "track_id": null,
    "recording_id": null,
    "artist": "Seb Wildblood",
    "artist_ids": [
        "c8991bc0-cc07-4674-ba9b-f1f0e0b709e2"
    ],
    "album": "Sketches Of Transition",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "All My Thoughts"
    ],
    "label_ids": [],
    "release_date": "2019-07-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Learn more about the South London DJ and his debut release: https://www.residentadvisor.net/news/43816",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}