Information about plays

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

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

{
    "id": 496856,
    "uri": "https://api.kexp.org/v2/plays/496856/?format=api",
    "airdate": "2001-12-14T20:48:00-08:00",
    "show": 8521,
    "show_uri": "https://api.kexp.org/v2/shows/8521/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51TvuMt4ZOL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51TvuMt4ZOL._SL75_.jpg",
    "song": "Rock Boppin' Baby",
    "track_id": "3169d1ea-77bc-4c4f-9b80-c77ac1302dfa",
    "recording_id": null,
    "artist": "Lorrie Collins",
    "artist_ids": [
        "d1e00ea3-f116-4739-b103-95b23d832c35"
    ],
    "album": "Rockabilly Stars Volume Two",
    "release_id": "8fff86ba-c2a5-4035-b7d4-9a1b41b03f5b",
    "release_group_id": null,
    "labels": [],
    "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"
}