Information about plays

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

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

{
    "id": 1268318,
    "uri": "https://api.kexp.org/v2/plays/1268318/?format=api",
    "airdate": "2007-08-18T01:45:14-07:00",
    "show": 22203,
    "show_uri": "https://api.kexp.org/v2/shows/22203/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61YAJPHG3KL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61YAJPHG3KL._SL75_.jpg",
    "song": "What We All Want",
    "track_id": null,
    "recording_id": null,
    "artist": "Gang of Four",
    "artist_ids": [
        "d8661c02-f423-4d72-8044-40ff05daf7a1"
    ],
    "album": "Return the Gift",
    "release_id": "51fe2048-a55a-4a49-b89b-e960c14053c7",
    "release_group_id": null,
    "labels": [
        "V2 Records Japan"
    ],
    "label_ids": [
        "2efdd24a-5411-4124-98ee-c1e755e6d5cb"
    ],
    "release_date": "2005-09-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}