Information about plays

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

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

{
    "id": 519636,
    "uri": "https://api.kexp.org/v2/plays/519636/?format=api",
    "airdate": "2002-02-20T02:39:00-08:00",
    "show": 8968,
    "show_uri": "https://api.kexp.org/v2/shows/8968/?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": "Walk on the Wild Side",
    "track_id": "c85033df-83bd-4d28-9969-85bcbec5bda1",
    "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": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}