Information about plays

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

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

{
    "id": 533366,
    "uri": "https://api.kexp.org/v2/plays/533366/?format=api",
    "airdate": "2002-04-01T01:11:27-08:00",
    "show": 9240,
    "show_uri": "https://api.kexp.org/v2/shows/9240/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "She's Breakin' My Heart (While I'm Drinkin' Her Beer)",
    "track_id": null,
    "recording_id": null,
    "artist": "The Diggers",
    "artist_ids": [
        "287f3201-95da-454e-8a35-7bf1fa4ebfc2"
    ],
    "album": "VA/Bubbapalooza V.1: Chronicle Of the Redneck Underground",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sky"
    ],
    "label_ids": [
        "1e49810f-4644-4ca5-b1a8-f74f5dcee034"
    ],
    "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"
}