Information about plays

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

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

{
    "id": 1354711,
    "uri": "https://api.kexp.org/v2/plays/1354711/?format=api",
    "airdate": "2008-03-26T23:39:14-07:00",
    "show": 23661,
    "show_uri": "https://api.kexp.org/v2/shows/23661/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41WWhaeSEKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41WWhaeSEKL._SL75_.jpg",
    "song": "The Matter (of Our Discussion)",
    "track_id": "7f93b431-37d4-4862-bc73-b646f92fe4cb",
    "recording_id": null,
    "artist": "Boom Bip",
    "artist_ids": [
        "e595ed1c-9251-4362-a816-534f141d16ce"
    ],
    "album": "Blue Eyed in the Red Room",
    "release_id": "0f886912-c8ce-467b-8684-63b04400b9a7",
    "release_group_id": null,
    "labels": [
        "Lex Records"
    ],
    "label_ids": [
        "07c88952-2b68-4610-8736-1ca8f977c204"
    ],
    "release_date": "2005-02-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}