Information about plays

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

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

{
    "id": 493486,
    "uri": "https://api.kexp.org/v2/plays/493486/?format=api",
    "airdate": "2001-12-05T02:25:00-08:00",
    "show": 8461,
    "show_uri": "https://api.kexp.org/v2/shows/8461/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61lbwPBtg4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61lbwPBtg4L._SL75_.jpg",
    "song": "Crystalline",
    "track_id": "31857aa4-e9aa-48ef-98d5-c817a2b1134e",
    "recording_id": null,
    "artist": "The Dead Milkmen",
    "artist_ids": [
        "cdd2e0f0-703d-454d-b5c7-cc3bb6dd5552"
    ],
    "album": "Stoney's Extra Stout (Pig)",
    "release_id": "97cef0a5-710c-49b7-867f-9544736cd92a",
    "release_group_id": null,
    "labels": [
        "Restless Records"
    ],
    "label_ids": [
        "573cf520-bd75-4040-8a4a-71f805759139"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}