Information about plays

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

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

{
    "id": 520739,
    "uri": "https://api.kexp.org/v2/plays/520739/?format=api",
    "airdate": "2002-02-23T03:47:00-08:00",
    "show": 8986,
    "show_uri": "https://api.kexp.org/v2/shows/8986/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "U. F. Orb",
    "track_id": null,
    "recording_id": null,
    "artist": "The Orb",
    "artist_ids": [
        "42c14c80-bd17-47e4-9bb2-a35897638c4d"
    ],
    "album": "U.F. Orb (disc 2: Orbit Two: Remixes)",
    "release_id": "5b127e77-e088-485b-b563-d2fcf9381f49",
    "release_group_id": null,
    "labels": [
        "Island Red"
    ],
    "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"
}