Information about plays

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

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

{
    "id": 422556,
    "uri": "https://api.kexp.org/v2/plays/422556/?format=api",
    "airdate": "2001-05-09T01:04:00-07:00",
    "show": 7082,
    "show_uri": "https://api.kexp.org/v2/shows/7082/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/212YDX3533L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/212YDX3533L._SL75_.jpg",
    "song": "Over There",
    "track_id": "09af3ec8-9e3e-4bc5-8ad9-94c505d5cb1b",
    "recording_id": null,
    "artist": "Sounds From the Ground",
    "artist_ids": [
        "9806e551-9a63-4a9d-be1b-5297b2ac0e76"
    ],
    "album": "Kin",
    "release_id": "b3304c01-00e0-43d9-a50b-5380d26754e1",
    "release_group_id": null,
    "labels": [
        "wave form"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}