Information about plays

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

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

{
    "id": 516355,
    "uri": "https://api.kexp.org/v2/plays/516355/?format=api",
    "airdate": "2002-02-10T19:20:00-08:00",
    "show": 8908,
    "show_uri": "https://api.kexp.org/v2/shows/8908/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41YVDQ5TMYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41YVDQ5TMYL._SL75_.jpg",
    "song": "Fat Pockets",
    "track_id": "459678e9-50e9-4cbc-b84e-92c0d9500838",
    "recording_id": null,
    "artist": "Showbiz & A.G.",
    "artist_ids": [
        "4b72efe6-5f9e-46cb-84f5-60a9379df865"
    ],
    "album": "Runaway Slave",
    "release_id": "0d1a5a51-f8bf-42a2-9e25-8d2b9cabbbee",
    "release_group_id": null,
    "labels": [
        "Pay Day/London"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}