Information about plays

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

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

{
    "id": 421449,
    "uri": "https://api.kexp.org/v2/plays/421449/?format=api",
    "airdate": "2001-05-05T11:08:34-07:00",
    "show": 7055,
    "show_uri": "https://api.kexp.org/v2/shows/7055/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Xq7YzQXnL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Xq7YzQXnL._SL75_.jpg",
    "song": "Nah Forget Mi Roots",
    "track_id": "55e0de05-01d4-4c04-b5ee-48bdbdec2b76",
    "recording_id": null,
    "artist": "Clinton Fearon",
    "artist_ids": [
        "a35b742a-be8f-4952-8417-2df7ad997216"
    ],
    "album": "Disturb the Devil",
    "release_id": "43bb06f9-9a85-424a-b8b8-8162c676d8c0",
    "release_group_id": null,
    "labels": [
        "BBB Production"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}