Information about plays

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

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

{
    "id": 1264645,
    "uri": "https://api.kexp.org/v2/plays/1264645/?format=api",
    "airdate": "2007-08-08T22:33:40-07:00",
    "show": 22144,
    "show_uri": "https://api.kexp.org/v2/shows/22144/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41O%2BnIaH5OL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41O%2BnIaH5OL._SL75_.jpg",
    "song": "Nine Inch nails - Even Deeper (Telefon Tel Aviv Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Telefon Tel Aviv",
    "artist_ids": [
        "453f1594-112e-4d3c-921a-8d14e9c97b2e"
    ],
    "album": "Remixes Compiled",
    "release_id": "18df4be7-ba69-4277-bb7e-8bdae6002c34",
    "release_group_id": null,
    "labels": [
        "Hefty Records"
    ],
    "label_ids": [
        "349e8c1c-028c-4839-a04d-80714c09ecbe"
    ],
    "release_date": "2007-05-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}