Information about plays

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

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

{
    "id": 1275221,
    "uri": "https://api.kexp.org/v2/plays/1275221/?format=api",
    "airdate": "2007-09-04T15:55:13-07:00",
    "show": 22321,
    "show_uri": "https://api.kexp.org/v2/shows/22321/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51AarsicCvL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51AarsicCvL._SL75_.jpg",
    "song": "The Ball",
    "track_id": "23a073f5-b304-4f8d-ac99-1312ea4b703b",
    "recording_id": null,
    "artist": "The Dodos",
    "artist_ids": [
        "c310b8e8-468f-4189-9b72-9589a2ff275d"
    ],
    "album": "Beware of the Maniacs",
    "release_id": "bc13cfb6-90f6-4ed8-84aa-869f66b38044",
    "release_group_id": null,
    "labels": [
        "Meric Long"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}