Information about plays

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

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

{
    "id": 433201,
    "uri": "https://api.kexp.org/v2/plays/433201/?format=api",
    "airdate": "2001-06-10T10:56:28-07:00",
    "show": 7287,
    "show_uri": "https://api.kexp.org/v2/shows/7287/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51tzT0NaIDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51tzT0NaIDL._SL75_.jpg",
    "song": "That's All Right",
    "track_id": "39d4f7a8-37cc-46cc-bfbd-eaeea519e8f4",
    "recording_id": null,
    "artist": "Jimmy Rogers",
    "artist_ids": [
        "3362f019-06a5-4591-ab5d-1e331049f14a"
    ],
    "album": "Chess Blues Guitar (disc 1)",
    "release_id": "61a38658-2399-4e10-9c43-f2463d66e563",
    "release_group_id": null,
    "labels": [
        "Chess"
    ],
    "label_ids": [],
    "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"
}