Information about plays

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

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

{
    "id": 1297075,
    "uri": "https://api.kexp.org/v2/plays/1297075/?format=api",
    "airdate": "2007-10-31T15:13:51-07:00",
    "show": 22694,
    "show_uri": "https://api.kexp.org/v2/shows/22694/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A la Carte",
    "track_id": "bf386cc6-5c4b-42f2-b87b-4905f1b176e5",
    "recording_id": null,
    "artist": "James Holloway",
    "artist_ids": [
        "1d79ae4c-34ec-45e1-8c2f-156724e4515e"
    ],
    "album": "Las Vegas Grind, Part 1",
    "release_id": "e65f11d8-efd9-460a-9639-d3e3fb6f3dfc",
    "release_group_id": null,
    "labels": [],
    "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"
}