Information about plays

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

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

{
    "id": 422260,
    "uri": "https://api.kexp.org/v2/plays/422260/?format=api",
    "airdate": "2001-05-08T04:00:00-07:00",
    "show": 7076,
    "show_uri": "https://api.kexp.org/v2/shows/7076/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Sw3bZGH3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Sw3bZGH3L._SL75_.jpg",
    "song": "Walk on the Wild Side",
    "track_id": null,
    "recording_id": null,
    "artist": "Lou Reed",
    "artist_ids": [
        "9d1ebcfe-4c15-4d18-95d3-d919898638a1"
    ],
    "album": "Transformer",
    "release_id": "c0afd87f-2f90-4c4d-b69d-ec150660fa5a",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1972-11-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}