Information about plays

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

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

{
    "id": 427704,
    "uri": "https://api.kexp.org/v2/plays/427704/?format=api",
    "airdate": "2001-05-24T19:00:00-07:00",
    "show": 7183,
    "show_uri": "https://api.kexp.org/v2/shows/7183/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Honey What You Gonna Do?",
    "track_id": "c29e0f5b-b574-4af2-9673-41916e4b7c59",
    "recording_id": null,
    "artist": "Bob Wills",
    "artist_ids": [
        "c727f585-54e0-4e0d-b8ad-05f216f99244"
    ],
    "album": "The Bob Wills Anthology",
    "release_id": "8d349c7e-f14a-4f7f-b1e7-b8977f0aa15a",
    "release_group_id": null,
    "labels": [
        "Columbia LP"
    ],
    "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"
}