Information about plays

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

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

{
    "id": 496099,
    "uri": "https://api.kexp.org/v2/plays/496099/?format=api",
    "airdate": "2001-12-12T18:00:00-08:00",
    "show": 8510,
    "show_uri": "https://api.kexp.org/v2/shows/8510/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/417CCWV47VL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/417CCWV47VL._SL75_.jpg",
    "song": "Somebody Have Mercy",
    "track_id": "e4ae2518-14ba-4920-b68b-4ac7e6034da5",
    "recording_id": null,
    "artist": "Sam Cooke",
    "artist_ids": [
        "6c8fd0be-d961-454c-aee0-4366a6dbc993"
    ],
    "album": "Live at the Harlem Square Club, 1963",
    "release_id": "3e3a43d1-1fc0-4907-b657-9eca4b1195c8",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}