Information about plays

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

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

{
    "id": 1356535,
    "uri": "https://api.kexp.org/v2/plays/1356535/?format=api",
    "airdate": "2008-03-31T13:23:45-07:00",
    "show": 23692,
    "show_uri": "https://api.kexp.org/v2/shows/23692/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31TqCeMryfL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31TqCeMryfL._SL75_.jpg",
    "song": "With a Heavy Heart (I Regret to Inform You)",
    "track_id": "02b215e3-666e-499c-aeb0-ea85e123c4af",
    "recording_id": null,
    "artist": "Does It Offend You, Yeah?",
    "artist_ids": [
        "37b94fc8-0adf-4335-a9fa-ae7a5fc36610"
    ],
    "album": "You Have No Idea What You're Getting Yourself Into...",
    "release_id": "a27e7c1a-f11d-4863-ac7c-ec979058df94",
    "release_group_id": null,
    "labels": [
        "Gold Dust"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}