Information about plays

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

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

{
    "id": 1274310,
    "uri": "https://api.kexp.org/v2/plays/1274310/?format=api",
    "airdate": "2007-09-02T09:22:00-07:00",
    "show": 22306,
    "show_uri": "https://api.kexp.org/v2/shows/22306/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61GHRKC7RGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61GHRKC7RGL._SL75_.jpg",
    "song": "Ain't It a Cryin' Shame",
    "track_id": "22294a4d-76af-479d-a79b-4b2548fa1f59",
    "recording_id": null,
    "artist": "J.B. Hutto",
    "artist_ids": [
        "cc92a86b-a076-4ac6-8428-2fa01b13215f"
    ],
    "album": "Stompin' at Mother Blues",
    "release_id": "ea876ba2-7b11-4a1f-b574-bb9528944721",
    "release_group_id": null,
    "labels": [
        "Delmark"
    ],
    "label_ids": [
        "342dfc5a-eab6-46eb-81ad-08ec6faa84c6"
    ],
    "release_date": "2004-12-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}