Information about plays

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

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

{
    "id": 430878,
    "uri": "https://api.kexp.org/v2/plays/430878/?format=api",
    "airdate": "2001-06-03T11:45:00-07:00",
    "show": 7246,
    "show_uri": "https://api.kexp.org/v2/shows/7246/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41d4IGE7h3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41d4IGE7h3L._SL75_.jpg",
    "song": "Let's Try Again",
    "track_id": "23d5854f-088d-4b2a-9324-36f8e565118d",
    "recording_id": null,
    "artist": "Luther Allison",
    "artist_ids": [
        "11cb567e-ecac-4226-8944-f862440e8bca"
    ],
    "album": "Serious",
    "release_id": "b64b937e-46da-4917-b85a-6a659eff48dc",
    "release_group_id": null,
    "labels": [
        "Blind Pig Records"
    ],
    "label_ids": [
        "285b8d2c-ef67-4fa8-afe8-41cb2101492e"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}