Information about plays

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

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

{
    "id": 2682317,
    "uri": "https://api.kexp.org/v2/plays/2682317/?format=api",
    "airdate": "2020-01-05T03:57:31-08:00",
    "show": 46297,
    "show_uri": "https://api.kexp.org/v2/shows/46297/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Grief, the aftermath and a faint hope",
    "track_id": "dcdaf4cf-a6ce-4c02-840b-c8d1f5b9c40a",
    "recording_id": null,
    "artist": "Gaijin Blues",
    "artist_ids": [
        "5ebcdc80-3b12-47f8-a735-23d524aa81ec"
    ],
    "album": "Gaijin Blues II",
    "release_id": "2de29893-a06c-4663-8e27-5cb2fb6d9b21",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-11-15",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Duo out of Poland, Gaijin Blues releasd 'Gaijin Blues II' last year in November. From Bandcamp: \"Inspired by Japanese Role Playing Games, Super Nintendo and some serious hours playing Dragon Quest V, Final Fantasy VI, VII and IX, and Phantasy Star IV.\" https://gaijinblues.bandcamp.com/album/gaijin-blues-ii",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}