Information about plays

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

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

{
    "id": 429752,
    "uri": "https://api.kexp.org/v2/plays/429752/?format=api",
    "airdate": "2001-05-30T21:21:49-07:00",
    "show": 7223,
    "show_uri": "https://api.kexp.org/v2/shows/7223/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51-m8F6BZML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51-m8F6BZML._SL75_.jpg",
    "song": "Moses Theme",
    "track_id": "42a79224-1828-4408-9053-157ad2b046d4",
    "recording_id": null,
    "artist": "Ennio Morricone",
    "artist_ids": [
        "a16e47f5-aa54-47fe-87e4-bb8af91a9fdd"
    ],
    "album": "The Ennio Morricone Anthology: A Fistful of Film Music (disc 2)",
    "release_id": "df487408-bb2a-4bba-bf72-e6fb31a742ac",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1995-07-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}