Information about plays

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

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

{
    "id": 516044,
    "uri": "https://api.kexp.org/v2/plays/516044/?format=api",
    "airdate": "2002-02-09T14:22:00-08:00",
    "show": 8897,
    "show_uri": "https://api.kexp.org/v2/shows/8897/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51i4Gddn5FL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51i4Gddn5FL._SL75_.jpg",
    "song": "Pressure Drop",
    "track_id": "3b59e25e-9f53-4e36-90a6-31830e9bcae3",
    "recording_id": null,
    "artist": "The Clash",
    "artist_ids": [
        "8f92558c-2baa-4758-8c38-615519e9deda"
    ],
    "album": "Clash on Broadway (disc 1)",
    "release_id": "b11870ca-7b14-4505-8164-2ceee7d11dde",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}