Information about plays

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

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

{
    "id": 416933,
    "uri": "https://api.kexp.org/v2/plays/416933/?format=api",
    "airdate": "2001-04-21T01:38:10-07:00",
    "show": 6958,
    "show_uri": "https://api.kexp.org/v2/shows/6958/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dancing Shadows",
    "track_id": "b5c5865a-d51c-47ce-b3a7-0059782b4229",
    "recording_id": null,
    "artist": "Sun Ra",
    "artist_ids": [
        "c27cac8e-4c4a-48c0-a4ba-41399b9c176d"
    ],
    "album": "Nothing Is...",
    "release_id": "f3a0feb1-2c38-4117-8645-c7e1bf4f25a2",
    "release_group_id": null,
    "labels": [
        "ESP"
    ],
    "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"
}