Information about plays

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

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

{
    "id": 461127,
    "uri": "https://api.kexp.org/v2/plays/461127/?format=api",
    "airdate": "2001-08-30T12:50:00-07:00",
    "show": 7826,
    "show_uri": "https://api.kexp.org/v2/shows/7826/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61qR53La7vL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61qR53La7vL._SL75_.jpg",
    "song": "Razor Dance (Voltage Enhanced)",
    "track_id": "9b46acba-41e4-4049-9d82-caf3742d128e",
    "recording_id": null,
    "artist": "Richard Thompson",
    "artist_ids": [
        "ecfeacaf-0399-470f-8207-d1c646569fd0"
    ],
    "album": "Action Packed: The Best of the Capitol Years",
    "release_id": "d041c39a-1fd1-449a-b45c-ac8875704382",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2001-03-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}