Information about plays

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

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

{
    "id": 1195545,
    "uri": "https://api.kexp.org/v2/plays/1195545/?format=api",
    "airdate": "2007-02-11T04:47:44-08:00",
    "show": 20956,
    "show_uri": "https://api.kexp.org/v2/shows/20956/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51S2zmukOsL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51S2zmukOsL._SL75_.jpg",
    "song": "Hockey Hair",
    "track_id": "99d35a5f-ed45-4f5c-8706-c8a52bb304d2",
    "recording_id": null,
    "artist": "Atmosphere",
    "artist_ids": [
        "ef954679-5ee7-4016-acef-7ac71f2fa3d8"
    ],
    "album": "You Can’t Imagine How Much Fun We’re Having",
    "release_id": "d5a43378-bd1f-40fe-bf5e-8a3496ab073b",
    "release_group_id": null,
    "labels": [
        "Rhymesayers Entertainment"
    ],
    "label_ids": [
        "d8d53751-d146-41dc-a95b-58332e41e03f"
    ],
    "release_date": "2005-10-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}