Information about plays

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

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

{
    "id": 505225,
    "uri": "https://api.kexp.org/v2/plays/505225/?format=api",
    "airdate": "2002-01-09T04:22:00-08:00",
    "show": 8688,
    "show_uri": "https://api.kexp.org/v2/shows/8688/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21ACC74Z6CL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21ACC74Z6CL._SL75_.jpg",
    "song": "If I Don't Write",
    "track_id": "9e9641fd-412e-4dbe-b25e-28ca15c493ca",
    "recording_id": null,
    "artist": "The Dismemberment Plan",
    "artist_ids": [
        "1131e5da-dfdf-46c9-b6ff-b7ac552c2a3c"
    ],
    "album": "\"!\"",
    "release_id": "cfe9386f-f7cf-4ff8-b1c5-2a0c668bbece",
    "release_group_id": null,
    "labels": [
        "De Soto"
    ],
    "label_ids": [],
    "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"
}