Information about plays

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

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

{
    "id": 469596,
    "uri": "https://api.kexp.org/v2/plays/469596/?format=api",
    "airdate": "2001-09-24T22:30:00-07:00",
    "show": 7994,
    "show_uri": "https://api.kexp.org/v2/shows/7994/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51KV9PnPCRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51KV9PnPCRL._SL75_.jpg",
    "song": "O Superman (For Massenet)",
    "track_id": null,
    "recording_id": null,
    "artist": "Laurie Anderson",
    "artist_ids": [
        "86809b51-cbe2-45f1-804a-e66eed635dea"
    ],
    "album": "Talk Normal: The Laurie Anderson Anthology (disc 1)",
    "release_id": "8179bb9b-1a37-4fdc-908c-a7b646cd1eb9",
    "release_group_id": null,
    "labels": [
        "Warner Archives"
    ],
    "label_ids": [
        "d1e94dcb-3411-49f6-9d70-259a437e5f53"
    ],
    "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"
}