Information about plays

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

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

{
    "id": 466610,
    "uri": "https://api.kexp.org/v2/plays/466610/?format=api",
    "airdate": "2001-09-16T00:09:13-07:00",
    "show": 7937,
    "show_uri": "https://api.kexp.org/v2/shows/7937/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What Washington? What Orders?",
    "track_id": null,
    "recording_id": null,
    "artist": "William S. Burroughs",
    "artist_ids": [
        "f150ed27-bee7-49d8-a226-31fef88c29b3"
    ],
    "album": "Selections From the Best of William Burroughs From Giorno Poetry Systems",
    "release_id": "ef85f34b-2228-4df0-b1b1-91a57d5253ef",
    "release_group_id": null,
    "labels": [
        "Mouth Almighty"
    ],
    "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"
}