Information about plays

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

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

{
    "id": 350168,
    "uri": "https://api.kexp.org/v2/plays/350168/?format=api",
    "airdate": "2019-07-04T20:09:37-07:00",
    "show": 5831,
    "show_uri": "https://api.kexp.org/v2/shows/5831/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Goodbye Old Pal",
    "track_id": "9cd5b0d9-ed90-38fa-9425-bdc970d85aba",
    "recording_id": null,
    "artist": "Michael Cleveland",
    "artist_ids": [
        "4e027c3d-7c85-4661-b3bc-6c2af944f331"
    ],
    "album": "Flame Keeper",
    "release_id": "76da5c9e-a340-498c-9829-f34f0adb37d1",
    "release_group_id": null,
    "labels": [
        "Rounder Select"
    ],
    "label_ids": [
        "30ce4cc6-0961-4bf5-9fac-b67ba652d722"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}