Information about plays

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

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

{
    "id": 371445,
    "uri": "https://api.kexp.org/v2/plays/371445/?format=api",
    "airdate": "2019-08-23T19:14:00-07:00",
    "show": 6185,
    "show_uri": "https://api.kexp.org/v2/shows/6185/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blind",
    "track_id": "6ee8d859-abbc-384c-a628-6dd7add42675",
    "recording_id": null,
    "artist": "Hercules and Love Affair",
    "artist_ids": [
        "b62ecfe7-b2e6-4d40-b7d2-8f12d3f51ed6"
    ],
    "album": "Hercules and Love Affair",
    "release_id": "93c7e5e5-923c-36e3-939e-ce43e9dd6b62",
    "release_group_id": null,
    "labels": [
        "DFA Records"
    ],
    "label_ids": [
        "32d02635-98fc-4405-94e1-e5b06f9d2025"
    ],
    "release_date": "2008-03-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Fantastic request. Email your Dance Anthem idea to dj@kexp.org, text 206-903-5397 or interact on Instagram @djmichelmyers, Facebook DJ Michele or Twitter @djmichelemyers.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}