Information about plays

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

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

{
    "id": 1383074,
    "uri": "https://api.kexp.org/v2/plays/1383074/?format=api",
    "airdate": "2008-06-08T03:28:13-07:00",
    "show": 24146,
    "show_uri": "https://api.kexp.org/v2/shows/24146/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51WQTMWG8HL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51WQTMWG8HL._SL75_.jpg",
    "song": "Mean Machine",
    "track_id": null,
    "recording_id": null,
    "artist": "The Cramps",
    "artist_ids": [
        "96c1edac-1011-4cb8-882c-27248de35071"
    ],
    "album": "Flamejob",
    "release_id": "84bc8cd7-24b4-454f-83c6-fae6c0b0c325",
    "release_group_id": null,
    "labels": [
        "The Medicine Label"
    ],
    "label_ids": [
        "f659eb96-bb90-42c4-8c83-82a859556154"
    ],
    "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"
}