Information about plays

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

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

{
    "id": 1264435,
    "uri": "https://api.kexp.org/v2/plays/1264435/?format=api",
    "airdate": "2007-08-08T09:46:48-07:00",
    "show": 22140,
    "show_uri": "https://api.kexp.org/v2/shows/22140/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ZQjCBReEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ZQjCBReEL._SL75_.jpg",
    "song": "Capricorinations",
    "track_id": null,
    "recording_id": null,
    "artist": "Mika Miko",
    "artist_ids": [
        "f04f25c4-4b4e-4e5b-93c4-54c193d8f866"
    ],
    "album": "C.Y.S.L.A.B.F.",
    "release_id": "4c1c1906-1e7b-4f5c-b5ca-e9a270b5eabd",
    "release_group_id": null,
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "2006-07-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}