Information about plays

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

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

{
    "id": 1367394,
    "uri": "https://api.kexp.org/v2/plays/1367394/?format=api",
    "airdate": "2008-04-27T23:14:00-07:00",
    "show": 23875,
    "show_uri": "https://api.kexp.org/v2/shows/23875/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ZmFyEVWiL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ZmFyEVWiL._SL75_.jpg",
    "song": "Nostalgia",
    "track_id": "7e622c48-38a2-4b02-813b-450ededbe927",
    "recording_id": null,
    "artist": "Two Armadillos",
    "artist_ids": [
        "3e21b377-e8c3-4a02-935c-792185c0f6bf"
    ],
    "album": "Buzzin' Fly: 5 Golden Years in the Wilderness (disc 2: Down)",
    "release_id": "6f83793c-1c43-4485-9458-7d140117fb0a",
    "release_group_id": null,
    "labels": [
        "Buzzin' Fly"
    ],
    "label_ids": [
        "f58041a3-1438-4e66-911e-bf34378e0ea4"
    ],
    "release_date": "2008-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}