Information about plays

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

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

{
    "id": 371458,
    "uri": "https://api.kexp.org/v2/plays/371458/?format=api",
    "airdate": "2019-08-23T20:03:00-07:00",
    "show": 6185,
    "show_uri": "https://api.kexp.org/v2/shows/6185/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "See Saw",
    "track_id": "50ad4475-e83e-3b3e-90d5-b46bd956460c",
    "recording_id": null,
    "artist": "Aretha Franklin",
    "artist_ids": [
        "2f9ecbed-27be-40e6-abca-6de49d50299e"
    ],
    "album": "Aretha Now",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1968-06-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A rare interview with the Queen of Soul https://www.npr.org/2018/08/16/638355847/aretha-franklin-the-fresh-air-interview",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}