Information about plays

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

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

{
    "id": 535655,
    "uri": "https://api.kexp.org/v2/plays/535655/?format=api",
    "airdate": "2002-04-07T20:43:00-07:00",
    "show": 9285,
    "show_uri": "https://api.kexp.org/v2/shows/9285/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Erotic City",
    "track_id": "ca0924cf-8cad-4c5c-bfbb-166caa934085",
    "recording_id": null,
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "The Work, Volume 1 (disc 4)",
    "release_id": "3e5837ef-afa8-495f-9e7b-0430436e806c",
    "release_group_id": null,
    "labels": [
        "WB"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}