Information about plays

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

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

{
    "id": 450727,
    "uri": "https://api.kexp.org/v2/plays/450727/?format=api",
    "airdate": "2001-07-31T13:56:28-07:00",
    "show": 7622,
    "show_uri": "https://api.kexp.org/v2/shows/7622/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/513B9uN8HUL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/513B9uN8HUL._SL75_.jpg",
    "song": "Satellite of Love",
    "track_id": "be5c2f54-094d-436b-b3e6-554380fdc4bc",
    "recording_id": null,
    "artist": "Lou Reed",
    "artist_ids": [
        "9d1ebcfe-4c15-4d18-95d3-d919898638a1"
    ],
    "album": "Walk on the Wild Side: The Best of Lou Reed",
    "release_id": "1b20a9ed-3a74-432f-bc5e-f632c7c1cd9a",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}