Information about plays

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

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

{
    "id": 440622,
    "uri": "https://api.kexp.org/v2/plays/440622/?format=api",
    "airdate": "2001-07-02T02:00:00-07:00",
    "show": 7434,
    "show_uri": "https://api.kexp.org/v2/shows/7434/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41GJ2QTE8GL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41GJ2QTE8GL._SL75_.jpg",
    "song": "No One Can Do It Better",
    "track_id": "3c43b539-b755-4341-8301-1e39d3d3d43e",
    "recording_id": null,
    "artist": "The D.O.C.",
    "artist_ids": [
        "535f74d5-8328-40ff-9cea-568ef916b3c8"
    ],
    "album": "No One Can Do It Better",
    "release_id": "9eecb9b4-ea73-4dbc-a220-887b585db5ba",
    "release_group_id": null,
    "labels": [
        "Ruthless Records"
    ],
    "label_ids": [
        "52fa5738-5b7c-4748-b239-3b867504c46a"
    ],
    "release_date": "1989-06-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}