Information about plays

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

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

{
    "id": 510967,
    "uri": "https://api.kexp.org/v2/plays/510967/?format=api",
    "airdate": "2002-01-26T03:11:00-08:00",
    "show": 8801,
    "show_uri": "https://api.kexp.org/v2/shows/8801/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41W691KHFQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41W691KHFQL._SL75_.jpg",
    "song": "Domino",
    "track_id": "0181050e-e6bf-4fde-81ce-17af35e2dda8",
    "recording_id": null,
    "artist": "The Cramps",
    "artist_ids": [
        "96c1edac-1011-4cb8-882c-27248de35071"
    ],
    "album": "Gravest Hits",
    "release_id": "911c4b43-e2ec-4d6d-8e99-968da1c4bcbe",
    "release_group_id": null,
    "labels": [
        "Illegal Records"
    ],
    "label_ids": [
        "95cedba1-3280-4d90-8ebc-3e2b8f16a680"
    ],
    "release_date": "1979-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}