Information about plays

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

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

{
    "id": 435763,
    "uri": "https://api.kexp.org/v2/plays/435763/?format=api",
    "airdate": "2001-06-18T01:24:00-07:00",
    "show": 7339,
    "show_uri": "https://api.kexp.org/v2/shows/7339/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/11M1MN2CGRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/11M1MN2CGRL._SL75_.jpg",
    "song": "Gold Dust",
    "track_id": "37aba82d-6e92-4b2f-b42c-a5f3f1996486",
    "recording_id": null,
    "artist": "Duster",
    "artist_ids": [
        "879d43c6-13a8-42f6-b8df-a9b7d50aa9e2"
    ],
    "album": "Stratosphere",
    "release_id": "79acc86e-b12b-4a4a-ad7d-7c9f928438a3",
    "release_group_id": null,
    "labels": [
        "Up Records"
    ],
    "label_ids": [
        "95fc5a0f-96a8-49d7-a982-dfa84e0df5b6"
    ],
    "release_date": "1998-02-24",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}