Information about plays

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

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

{
    "id": 497132,
    "uri": "https://api.kexp.org/v2/plays/497132/?format=api",
    "airdate": "2001-12-15T17:57:00-08:00",
    "show": 8527,
    "show_uri": "https://api.kexp.org/v2/shows/8527/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sugarcoated",
    "track_id": "876454c2-e3fd-46b3-9b5a-0233daf310aa",
    "recording_id": null,
    "artist": "Yellow Second",
    "artist_ids": [
        "a8437ff7-8dab-4b6d-bf2b-5acc5667e560"
    ],
    "album": "June One",
    "release_id": "34b20ccd-5ce5-4b31-bdd2-fff1bc514fe8",
    "release_group_id": null,
    "labels": [
        "self-released"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}