Information about plays

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

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

{
    "id": 1305356,
    "uri": "https://api.kexp.org/v2/plays/1305356/?format=api",
    "airdate": "2007-11-22T06:20:33-08:00",
    "show": 22835,
    "show_uri": "https://api.kexp.org/v2/shows/22835/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51vvqM8nrRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51vvqM8nrRL._SL75_.jpg",
    "song": "Damaged Goods",
    "track_id": null,
    "recording_id": null,
    "artist": "Gang of Four",
    "artist_ids": [
        "d8661c02-f423-4d72-8044-40ff05daf7a1"
    ],
    "album": "A Brief History of the Twentieth Century",
    "release_id": "1d82cbd5-5521-4bc9-a23d-09ec7027e806",
    "release_group_id": null,
    "labels": [
        "W.B."
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}