Information about plays

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

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

{
    "id": 500804,
    "uri": "https://api.kexp.org/v2/plays/500804/?format=api",
    "airdate": "2001-12-26T23:43:00-08:00",
    "show": 8599,
    "show_uri": "https://api.kexp.org/v2/shows/8599/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51YMH56BWRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51YMH56BWRL._SL75_.jpg",
    "song": "Ascension to the Second Tier of the Outer Plane of Dryystn (Ecyeon)",
    "track_id": "dbde6433-a612-4cbf-a27b-20d00b06d7c6",
    "recording_id": null,
    "artist": "Surface of Eceon",
    "artist_ids": [
        "4903c440-3981-4648-a3ab-a1cbe50f23d3"
    ],
    "album": "The King Beneath the Mountain",
    "release_id": "74becf5f-de8d-4370-bfd4-50fff0254789",
    "release_group_id": null,
    "labels": [
        "Strange Attractors Audio House"
    ],
    "label_ids": [
        "12e7de13-46b5-47ca-8558-279084001f50"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}