Information about plays

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

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

{
    "id": 1265443,
    "uri": "https://api.kexp.org/v2/plays/1265443/?format=api",
    "airdate": "2007-08-10T20:42:03-07:00",
    "show": 22155,
    "show_uri": "https://api.kexp.org/v2/shows/22155/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/512E1K677EL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/512E1K677EL._SL75_.jpg",
    "song": "I Smashed Up Your Chevy",
    "track_id": "d004ec5d-7f77-4977-a850-f66882c350af",
    "recording_id": null,
    "artist": "Crazy Joe and the Mad River Outlaws",
    "artist_ids": [
        "322b4b85-2d4e-4755-be4f-185e69fd9989"
    ],
    "album": "Chopped, Slammed, & Twangin'",
    "release_id": "13cfc62e-3b28-4ac3-a000-5cfae0625946",
    "release_group_id": null,
    "labels": [
        "cdb"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}