Information about plays

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

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

{
    "id": 354686,
    "uri": "https://api.kexp.org/v2/plays/354686/?format=api",
    "airdate": "2019-07-15T12:57:52-07:00",
    "show": 5913,
    "show_uri": "https://api.kexp.org/v2/shows/5913/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Slide Away",
    "track_id": "049b408d-a9e8-3a15-9f97-0c9fdf643e76",
    "recording_id": null,
    "artist": "Oasis",
    "artist_ids": [
        "39ab1aed-75e0-4140-bd47-540276886b60"
    ],
    "album": "Definitely Maybe",
    "release_id": "698d1229-0724-36c1-9ef0-0705ac4d98c4",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1994-08-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}