Information about plays

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

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

{
    "id": 1136866,
    "uri": "https://api.kexp.org/v2/plays/1136866/?format=api",
    "airdate": "2006-09-12T01:55:30-07:00",
    "show": 19953,
    "show_uri": "https://api.kexp.org/v2/shows/19953/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Y1EjUCDML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Y1EjUCDML._SL75_.jpg",
    "song": "Blight Blues",
    "track_id": "2b5bf77d-d7fa-464e-a0a7-6be0e1885b7b",
    "recording_id": null,
    "artist": "Beehive & The Barracudas",
    "artist_ids": [
        "8fc27df5-f8ed-41dc-9fd4-ff222aaa711a"
    ],
    "album": "In Dark Love",
    "release_id": "92c6547a-7662-4bb8-bbad-2395a1712354",
    "release_group_id": null,
    "labels": [
        "Swami Records"
    ],
    "label_ids": [
        "d246b550-268a-4041-8fa0-4498eb3f582d"
    ],
    "release_date": "2003-07-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}