Information about plays

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

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

{
    "id": 1358863,
    "uri": "https://api.kexp.org/v2/plays/1358863/?format=api",
    "airdate": "2008-04-06T09:17:00-07:00",
    "show": 23731,
    "show_uri": "https://api.kexp.org/v2/shows/23731/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Don't Love Me",
    "track_id": "c3ed8899-0daa-4d38-ad94-1d67382a67c8",
    "recording_id": null,
    "artist": "Willie Cobbs",
    "artist_ids": [
        "e9bf9981-abb9-4d6f-bfbe-bdffe87518c6"
    ],
    "album": "Pay or Do 2 Months & 29 Days",
    "release_id": "19463125-7c01-4cd9-a63d-7b970317a59b",
    "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"
}