Information about plays

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

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

{
    "id": 511458,
    "uri": "https://api.kexp.org/v2/plays/511458/?format=api",
    "airdate": "2002-01-27T18:00:00-08:00",
    "show": 8815,
    "show_uri": "https://api.kexp.org/v2/shows/8815/?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": "It's Funky Enough",
    "track_id": null,
    "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"
}