Information about plays

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

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

{
    "id": 417235,
    "uri": "https://api.kexp.org/v2/plays/417235/?format=api",
    "airdate": "2001-04-22T19:17:38-07:00",
    "show": 6965,
    "show_uri": "https://api.kexp.org/v2/shows/6965/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gettin Looped / Dress Code",
    "track_id": "1862e21e-6a2a-47e2-88eb-67ea7fc999c2",
    "recording_id": null,
    "artist": "WC and the Maad Circle",
    "artist_ids": [
        "cdac599f-a265-4e68-b02c-c0c5a17e8bf7"
    ],
    "album": "Ain't a Damn Thang Changed",
    "release_id": "938957bd-2562-454f-ad60-b935793e0afc",
    "release_group_id": null,
    "labels": [
        "Priority"
    ],
    "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"
}