Information about plays

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

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

{
    "id": 1385909,
    "uri": "https://api.kexp.org/v2/plays/1385909/?format=api",
    "airdate": "2008-06-15T11:06:00-07:00",
    "show": 24194,
    "show_uri": "https://api.kexp.org/v2/shows/24194/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51oJnrzIZRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51oJnrzIZRL._SL75_.jpg",
    "song": "If It Was Good Enough for Daddy",
    "track_id": "af142b0e-41d5-4260-961d-0d20ba1b0100",
    "recording_id": null,
    "artist": "Clarence Reid",
    "artist_ids": [
        "80bc029c-f2c9-463c-8701-5973aaf1cee6"
    ],
    "album": "What It Is! Funky Soul and Rare Grooves (disc 4)",
    "release_id": "faa9ec7b-806d-4e04-8616-f3b2a779f2aa",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2006-10-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}