Information about plays

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

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

{
    "id": 426112,
    "uri": "https://api.kexp.org/v2/plays/426112/?format=api",
    "airdate": "2001-05-19T17:46:40-07:00",
    "show": 7149,
    "show_uri": "https://api.kexp.org/v2/shows/7149/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/217CDYYP8CL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/217CDYYP8CL._SL75_.jpg",
    "song": "Disappear",
    "track_id": "eedfd9a4-5b72-4b72-bc37-41fa4c5cb44b",
    "recording_id": null,
    "artist": "Blake Babies",
    "artist_ids": [
        "0a362a52-39f1-42b2-bb17-1618c71d229f"
    ],
    "album": "God Bless the Blake Babies",
    "release_id": "4a17f05b-85de-4498-8246-cf88dc2ab813",
    "release_group_id": null,
    "labels": [
        "Zoe Records"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}