Information about plays

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

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

{
    "id": 454556,
    "uri": "https://api.kexp.org/v2/plays/454556/?format=api",
    "airdate": "2001-08-11T12:17:08-07:00",
    "show": 7692,
    "show_uri": "https://api.kexp.org/v2/shows/7692/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Not a Drop of Rain",
    "track_id": "3b6bd753-c8aa-4ebb-bd5d-c259220467df",
    "recording_id": null,
    "artist": "Robert Earl Keen",
    "artist_ids": [
        "c81d48a8-5c86-4160-b3d4-1275e7ba3212"
    ],
    "album": "Gravitational Forces",
    "release_id": "beaa33bb-f3a1-48d6-9c18-5a442ec15fa6",
    "release_group_id": null,
    "labels": [
        "Lost Highway"
    ],
    "label_ids": [],
    "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"
}