Information about plays

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

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

{
    "id": 454613,
    "uri": "https://api.kexp.org/v2/plays/454613/?format=api",
    "airdate": "2001-08-11T15:53:41-07:00",
    "show": 7693,
    "show_uri": "https://api.kexp.org/v2/shows/7693/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21HMSZ9SZ8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21HMSZ9SZ8L._SL75_.jpg",
    "song": "Special One",
    "track_id": null,
    "recording_id": null,
    "artist": "Ultra Vivid Scene",
    "artist_ids": [
        "c9227eab-add4-42cd-be8f-1bcb5566daa9"
    ],
    "album": "Joy 1967-1990",
    "release_id": "00376290-8daf-46c5-9597-f1e6169a984a",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "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"
}