Information about plays

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

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

{
    "id": 511932,
    "uri": "https://api.kexp.org/v2/plays/511932/?format=api",
    "airdate": "2002-01-29T00:36:00-08:00",
    "show": 8822,
    "show_uri": "https://api.kexp.org/v2/shows/8822/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Broccoli and Saxophone",
    "track_id": "34574fa4-2440-46b9-8865-4770245f31b8",
    "recording_id": null,
    "artist": "The Residents",
    "artist_ids": [
        "8c9b336e-acc8-4e20-9195-6ed0634da9fc"
    ],
    "album": "Whatever Happened to Vileness Fats?",
    "release_id": "6e7804c6-3123-41d8-89f5-a01138f8174c",
    "release_group_id": null,
    "labels": [
        "Cryptic"
    ],
    "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"
}