Information about plays

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

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

{
    "id": 450990,
    "uri": "https://api.kexp.org/v2/plays/450990/?format=api",
    "airdate": "2001-08-01T07:44:12-07:00",
    "show": 7627,
    "show_uri": "https://api.kexp.org/v2/shows/7627/?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": "Nothing to Say",
    "track_id": "41371e6a-232a-4510-9913-fc88788cf90f",
    "recording_id": null,
    "artist": "Soundgarden",
    "artist_ids": [
        "153c9281-268f-4cf3-8938-f5a4593e5df4"
    ],
    "album": "Screaming Life",
    "release_id": "25dfcf83-cbad-4782-9caa-ed18ef30cd51",
    "release_group_id": null,
    "labels": [
        "Sub Pop"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "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"
}