Information about plays

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

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

{
    "id": 433180,
    "uri": "https://api.kexp.org/v2/plays/433180/?format=api",
    "airdate": "2001-06-10T09:40:00-07:00",
    "show": 7287,
    "show_uri": "https://api.kexp.org/v2/shows/7287/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21DASV48SDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21DASV48SDL._SL75_.jpg",
    "song": "Nine Days in Jail",
    "track_id": "9ffdfbaf-19f3-40b6-9b08-8685562dd1f9",
    "recording_id": null,
    "artist": "R.L. Burnside",
    "artist_ids": [
        "355eed00-6c40-4d33-940a-600b2597407a"
    ],
    "album": "My Black Name A-Ringin'",
    "release_id": "52969c33-4dc0-48a2-9b95-b903712fe9c0",
    "release_group_id": null,
    "labels": [
        "Genes Records"
    ],
    "label_ids": [
        "227085c0-0223-44e1-b137-ce541563c8cf"
    ],
    "release_date": "1999-12-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}