Information about plays

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

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

{
    "id": 453983,
    "uri": "https://api.kexp.org/v2/plays/453983/?format=api",
    "airdate": "2001-08-09T20:00:00-07:00",
    "show": 7681,
    "show_uri": "https://api.kexp.org/v2/shows/7681/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Home Ain't in the Hall of Fame",
    "track_id": "b86e5ebe-f0d5-4c2e-b08e-08f11f0877be",
    "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"
}