Information about plays

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

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

{
    "id": 470583,
    "uri": "https://api.kexp.org/v2/plays/470583/?format=api",
    "airdate": "2001-09-27T16:17:38-07:00",
    "show": 8010,
    "show_uri": "https://api.kexp.org/v2/shows/8010/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Yow-Kpj3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Yow-Kpj3L._SL75_.jpg",
    "song": "Bloodlines",
    "track_id": "851382aa-fc68-4184-a4af-937c48d11088",
    "recording_id": null,
    "artist": "Sweep the Leg Johnny",
    "artist_ids": [
        "518b0e36-0872-46b0-987f-c1aaffbf1e30"
    ],
    "album": "Sto Cazzo!",
    "release_id": "08a859f6-9d0f-4589-b976-224a76ec3167",
    "release_group_id": null,
    "labels": [
        "Southern"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}