Information about plays

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

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

{
    "id": 373153,
    "uri": "https://api.kexp.org/v2/plays/373153/?format=api",
    "airdate": "2019-08-27T20:13:00-07:00",
    "show": 6215,
    "show_uri": "https://api.kexp.org/v2/shows/6215/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bamako",
    "track_id": "21ef04b6-c563-4468-beb0-6a3fb307c36c",
    "recording_id": null,
    "artist": "Songhoy Blues",
    "artist_ids": [
        "acc25e07-3392-437a-b409-ed73b47f3d59"
    ],
    "album": "Résistance",
    "release_id": "f0b94c23-f794-4e7d-bfd9-6f99e5aad693",
    "release_group_id": null,
    "labels": [
        "Transgressive Records Ltd."
    ],
    "label_ids": [],
    "release_date": "2017-06-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mali. Songhoy Blues plays modern desert blues, originally from the deserts of Mali in Northwestern Africa. Catch them live October 11 at Columbia City Theater and check out their live performance at KEXP from a few years back: https://www.youtube.com/watch?v=-w-qX0KzO0w",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}