Information about plays

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

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

{
    "id": 454879,
    "uri": "https://api.kexp.org/v2/plays/454879/?format=api",
    "airdate": "2001-08-12T14:51:00-07:00",
    "show": 7700,
    "show_uri": "https://api.kexp.org/v2/shows/7700/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61KQMXoRAEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61KQMXoRAEL._SL75_.jpg",
    "song": "Let's Get It Stomp",
    "track_id": "3a5bfcb9-b478-43d7-b498-53d855abff7a",
    "recording_id": null,
    "artist": "Bob Brozman",
    "artist_ids": [
        "e38ea6d7-825d-490f-8a5d-795e15dac7a9"
    ],
    "album": "A Truckload of Blues",
    "release_id": "53bdedc3-f1c0-403e-93ea-c368815c7950",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "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"
}