Information about plays

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

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

{
    "id": 511137,
    "uri": "https://api.kexp.org/v2/plays/511137/?format=api",
    "airdate": "2002-01-26T15:27:00-08:00",
    "show": 8805,
    "show_uri": "https://api.kexp.org/v2/shows/8805/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51YEFD0TT8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51YEFD0TT8L._SL75_.jpg",
    "song": "Take the Skinheads Bowling",
    "track_id": null,
    "recording_id": null,
    "artist": "Camper Van Beethoven",
    "artist_ids": [
        "0ee7e64d-90ca-406b-b59a-3e551c556dbe"
    ],
    "album": "Telephone Free Landslide Victory",
    "release_id": "03f219bf-84a2-4427-9d46-0896f66daace",
    "release_group_id": null,
    "labels": [
        "Independent Project Records"
    ],
    "label_ids": [
        "3d3b6168-0c70-4021-a19c-a91c95b61bc6"
    ],
    "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"
}