Information about plays

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

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

{
    "id": 435697,
    "uri": "https://api.kexp.org/v2/plays/435697/?format=api",
    "airdate": "2001-06-17T19:54:32-07:00",
    "show": 7336,
    "show_uri": "https://api.kexp.org/v2/shows/7336/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Torture (remix)",
    "track_id": "dcfa25be-d62e-498c-8bcd-09b2a4bcf164",
    "recording_id": null,
    "artist": "Screwball",
    "artist_ids": [
        "3c554218-ed0f-4d8e-83af-aa181c204214"
    ],
    "album": "The Best of Ayatollah",
    "release_id": "326cf381-ceb3-4308-848b-f6a257fbc235",
    "release_group_id": null,
    "labels": [
        "Hydra"
    ],
    "label_ids": [
        "67e10cd0-ab1b-4f75-858b-8676cb3e5ca9"
    ],
    "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"
}