Information about plays

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

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

{
    "id": 427811,
    "uri": "https://api.kexp.org/v2/plays/427811/?format=api",
    "airdate": "2001-05-25T01:28:00-07:00",
    "show": 7185,
    "show_uri": "https://api.kexp.org/v2/shows/7185/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Z5oIQvGKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Z5oIQvGKL._SL75_.jpg",
    "song": "Terra Forms",
    "track_id": "d814e149-d07e-4a95-89d3-da79137d31ab",
    "recording_id": null,
    "artist": "Electric Birds",
    "artist_ids": [
        "b0356507-98a4-4f50-a58a-25e5fee7817c"
    ],
    "album": "Panorama",
    "release_id": "ff45c9d0-253c-497d-8fb7-093d0b3eb0f7",
    "release_group_id": null,
    "labels": [
        "Deluxe Records"
    ],
    "label_ids": [
        "e21ab391-1d20-4a2a-a371-545f64c965fb"
    ],
    "release_date": "2001-05-01",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}