Information about plays

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

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

{
    "id": 440474,
    "uri": "https://api.kexp.org/v2/plays/440474/?format=api",
    "airdate": "2001-07-01T14:41:15-07:00",
    "show": 7429,
    "show_uri": "https://api.kexp.org/v2/shows/7429/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51RWRqe44CL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51RWRqe44CL._SL75_.jpg",
    "song": "Black Ants Lane",
    "track_id": "53e37367-bd5e-498b-9dc7-706cab0375e2",
    "recording_id": null,
    "artist": "Augustus Pablo",
    "artist_ids": [
        "e2f9c452-7eb0-4782-bc3e-36f2c456ffe0"
    ],
    "album": "Dub Reggae and Roots From the Melodica King",
    "release_id": "c9bf02b1-e6e4-4e50-851e-5101908607fd",
    "release_group_id": null,
    "labels": [
        "Ocho"
    ],
    "label_ids": [
        "18b48ed4-2f26-494b-b534-9566c1d4ce41"
    ],
    "release_date": "2000-10-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}