Information about plays

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

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

{
    "id": 445186,
    "uri": "https://api.kexp.org/v2/plays/445186/?format=api",
    "airdate": "2001-07-15T09:31:18-07:00",
    "show": 7517,
    "show_uri": "https://api.kexp.org/v2/shows/7517/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Working on a Building",
    "track_id": "8b08a3ba-effb-4bb2-91e1-32c977ffeb48",
    "recording_id": null,
    "artist": "Brother Joe May",
    "artist_ids": [
        "95b8d911-8664-4bed-9234-c3718fae222a"
    ],
    "album": "The Great Gospel Men: 27 Classic Performances By The Greatest Gospel Men",
    "release_id": "b367cd12-0596-4efb-a90c-0e7269d1504b",
    "release_group_id": null,
    "labels": [
        "Spirit Feel"
    ],
    "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"
}