Information about plays

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

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

{
    "id": 1268613,
    "uri": "https://api.kexp.org/v2/plays/1268613/?format=api",
    "airdate": "2007-08-18T20:48:30-07:00",
    "show": 22208,
    "show_uri": "https://api.kexp.org/v2/shows/22208/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/514IUhTuWAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/514IUhTuWAL._SL75_.jpg",
    "song": "Fopp",
    "track_id": "a927b940-4b42-4a91-b9a5-5d8fbfe699b8",
    "recording_id": null,
    "artist": "Soundgarden",
    "artist_ids": [
        "153c9281-268f-4cf3-8938-f5a4593e5df4"
    ],
    "album": "Screaming Life / Fopp",
    "release_id": "ae2b6b48-b25c-436f-8c32-773fc8090813",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1990-06-08",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}