Information about plays

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

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

{
    "id": 1297089,
    "uri": "https://api.kexp.org/v2/plays/1297089/?format=api",
    "airdate": "2007-10-31T17:05:36-07:00",
    "show": 22694,
    "show_uri": "https://api.kexp.org/v2/shows/22694/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Atomic Dog (Atomic Mix)",
    "track_id": "8e75f6bc-54ef-4c4c-8877-3080c513b52d",
    "recording_id": null,
    "artist": "George Clinton",
    "artist_ids": [
        "84683370-5eae-418b-acd8-883ac028a8a0"
    ],
    "album": "Phat Trax: The Best of Old School, Volume 3",
    "release_id": "85149954-d8c6-4714-a8dc-bcea235ed669",
    "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"
}