Information about plays

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

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

{
    "id": 435153,
    "uri": "https://api.kexp.org/v2/plays/435153/?format=api",
    "airdate": "2001-06-15T22:49:05-07:00",
    "show": 7323,
    "show_uri": "https://api.kexp.org/v2/shows/7323/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51mGLpO6DeL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51mGLpO6DeL._SL75_.jpg",
    "song": "Mother People",
    "track_id": "32393f61-ccd1-45a0-8a90-d995296deca5",
    "recording_id": null,
    "artist": "Frank Zappa",
    "artist_ids": [
        "e20747e7-55a4-452e-8766-7b985585082d"
    ],
    "album": "We're Only in It for the Money / Lumpy Gravy",
    "release_id": "2a5263a3-0ed9-4014-a2d1-672d76e79f85",
    "release_group_id": null,
    "labels": [
        "Ryko"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}