Information about plays

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

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

{
    "id": 430879,
    "uri": "https://api.kexp.org/v2/plays/430879/?format=api",
    "airdate": "2001-06-03T11:48:45-07:00",
    "show": 7246,
    "show_uri": "https://api.kexp.org/v2/shows/7246/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61bz7XnbyHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61bz7XnbyHL._SL75_.jpg",
    "song": "The Things That I Used to Do",
    "track_id": "668ceb8c-1120-42e7-a915-e5c9e7133016",
    "recording_id": null,
    "artist": "Guitar Slim",
    "artist_ids": [
        "017151db-3920-4b4d-ab17-c8c5b6616648"
    ],
    "album": "Living the Blues: Blues Masters",
    "release_id": "ebdbfef4-ad29-4f73-b5c9-cc7888f38366",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "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"
}