Information about plays

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

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

{
    "id": 1385912,
    "uri": "https://api.kexp.org/v2/plays/1385912/?format=api",
    "airdate": "2008-06-15T11:15: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": "8 Days on the Road",
    "track_id": "f0aba279-6374-4757-bf88-5a4ed3a0a51d",
    "recording_id": null,
    "artist": "Howard Tate",
    "artist_ids": [
        "4136710e-c649-47cd-bb2f-8e0424bfcf5a"
    ],
    "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"
}