Information about plays

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

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

{
    "id": 532811,
    "uri": "https://api.kexp.org/v2/plays/532811/?format=api",
    "airdate": "2002-03-30T05:12:57-08:00",
    "show": 9224,
    "show_uri": "https://api.kexp.org/v2/shows/9224/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Didi Tera Devar Deewana",
    "track_id": null,
    "recording_id": null,
    "artist": "Lata Mangeshkar",
    "artist_ids": [
        "aeb71bd8-447d-4415-8ea1-2b7d664f67e1"
    ],
    "album": "VA/Rough Guide To Bollywood",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "World Music Network"
    ],
    "label_ids": [
        "b1de0cf1-6c3f-4f61-a846-e321a5beb73a"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}