Information about plays

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

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

{
    "id": 532279,
    "uri": "https://api.kexp.org/v2/plays/532279/?format=api",
    "airdate": "2002-03-28T20:05:00-08:00",
    "show": 9214,
    "show_uri": "https://api.kexp.org/v2/shows/9214/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Deep Well of Sadness",
    "track_id": null,
    "recording_id": null,
    "artist": "Jim Lauderdale, Ralph Stanley & The Clinch Mountain Boys",
    "artist_ids": [
        "c20745cc-617b-4ebb-b906-d3722ded2d2e"
    ],
    "album": "Lost in the Lonesome Pines",
    "release_id": "002baebe-82ad-416b-9689-bf4dfe23ecc3",
    "release_group_id": null,
    "labels": [
        "Dualtone"
    ],
    "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"
}