Information about plays

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

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

{
    "id": 1305341,
    "uri": "https://api.kexp.org/v2/plays/1305341/?format=api",
    "airdate": "2007-11-22T05:14:36-08:00",
    "show": 22834,
    "show_uri": "https://api.kexp.org/v2/shows/22834/?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": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "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"
}