Information about plays

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

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

{
    "id": 423577,
    "uri": "https://api.kexp.org/v2/plays/423577/?format=api",
    "airdate": "2001-05-11T20:40:00-07:00",
    "show": 7098,
    "show_uri": "https://api.kexp.org/v2/shows/7098/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/512VdPMIxiL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/512VdPMIxiL._SL75_.jpg",
    "song": "Jumpin' Bean (feat. Larry Collins)",
    "track_id": "a09c7c1c-90d5-447d-9d41-c364cd32ccc7",
    "recording_id": null,
    "artist": "Deke Dickerson and The Ecco-Fonics",
    "artist_ids": [
        "aa5e6d6c-2efa-4f51-8cd7-b1d0ce87816f"
    ],
    "album": "Number One Hit Record!",
    "release_id": "73738790-874f-42ce-b69a-18ca99b4b339",
    "release_group_id": null,
    "labels": [
        "HMG"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}