Information about plays

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

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

{
    "id": 1280908,
    "uri": "https://api.kexp.org/v2/plays/1280908/?format=api",
    "airdate": "2007-09-19T03:27:00-07:00",
    "show": 22416,
    "show_uri": "https://api.kexp.org/v2/shows/22416/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51N3M7KMZSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51N3M7KMZSL._SL75_.jpg",
    "song": "So Long Cruel World",
    "track_id": "a30ba2cc-3101-418e-af58-cc0f881dfd28",
    "recording_id": null,
    "artist": "Blanche",
    "artist_ids": [
        "0bd9ff08-d360-4e34-9c2c-35f3896a1105"
    ],
    "album": "If We Can't Trust the Doctors...",
    "release_id": "aacef983-5fd6-4db8-bfce-61003ec6510a",
    "release_group_id": null,
    "labels": [
        "V2"
    ],
    "label_ids": [
        "dc2f5993-7a3d-4c59-bba0-0a77bf9d7416"
    ],
    "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"
}