Information about plays

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

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

{
    "id": 535939,
    "uri": "https://api.kexp.org/v2/plays/535939/?format=api",
    "airdate": "2002-04-08T15:56:50-07:00",
    "show": 9289,
    "show_uri": "https://api.kexp.org/v2/shows/9289/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tucheze Sikinde",
    "track_id": "5df45fa0-e2e4-4b34-9fb4-998c7346d3bf",
    "recording_id": null,
    "artist": "Mlimani Park Orchestra",
    "artist_ids": [
        "027278b2-809b-4a4d-a671-8d6a9a6b3f0d"
    ],
    "album": "Sikinde",
    "release_id": "c50482b3-51a9-4f5d-a85c-77a9bd4cdc96",
    "release_group_id": null,
    "labels": [
        "Africassette"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}