Information about plays

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

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

{
    "id": 1276673,
    "uri": "https://api.kexp.org/v2/plays/1276673/?format=api",
    "airdate": "2007-09-08T04:57:13-07:00",
    "show": 22342,
    "show_uri": "https://api.kexp.org/v2/shows/22342/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51KKURPO4dL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51KKURPO4dL._SL75_.jpg",
    "song": "Bullet the Blue Sky",
    "track_id": null,
    "recording_id": null,
    "artist": "U2",
    "artist_ids": [
        "a3cb23fc-acd3-4ce0-8f36-1e5aa6a18432"
    ],
    "album": "The Joshua Tree",
    "release_id": "19fb4543-45ee-4ded-a07b-32568f6214b0",
    "release_group_id": null,
    "labels": [
        "Island Records"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}