Information about plays

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

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

{
    "id": 424858,
    "uri": "https://api.kexp.org/v2/plays/424858/?format=api",
    "airdate": "2001-05-16T02:22:30-07:00",
    "show": 7128,
    "show_uri": "https://api.kexp.org/v2/shows/7128/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51s8HkhigTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51s8HkhigTL._SL75_.jpg",
    "song": "Helicon 2 (Max Tundra remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Mogwai",
    "artist_ids": [
        "d700b3f5-45af-4d02-95ed-57d301bda93e"
    ],
    "album": "Kicking a Dead Pig: Mogwai Songs Remixed (disc 2: Fear Satan Remixes)",
    "release_id": "59cf0bdb-359d-4511-83e0-f9d3d567d482",
    "release_group_id": null,
    "labels": [
        "Jetset Records"
    ],
    "label_ids": [
        "859b0293-fd12-429e-af4e-0c253a86583d"
    ],
    "release_date": "1998-05-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}