Information about plays

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

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

{
    "id": 1196295,
    "uri": "https://api.kexp.org/v2/plays/1196295/?format=api",
    "airdate": "2007-02-13T05:16:49-08:00",
    "show": 20970,
    "show_uri": "https://api.kexp.org/v2/shows/20970/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/319KRXZ11JL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/319KRXZ11JL._SL75_.jpg",
    "song": "Time for Heroes",
    "track_id": null,
    "recording_id": null,
    "artist": "The Libertines",
    "artist_ids": [
        "82b304c0-7da4-45d3-896a-0767c7ae1141"
    ],
    "album": "Up the Bracket",
    "release_id": "3ffbb533-fb0c-4a36-8df6-270f235e6c24",
    "release_group_id": null,
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2002-10-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}