Information about plays

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

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

{
    "id": 446392,
    "uri": "https://api.kexp.org/v2/plays/446392/?format=api",
    "airdate": "2001-07-18T18:24:32-07:00",
    "show": 7540,
    "show_uri": "https://api.kexp.org/v2/shows/7540/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/512eaGD1dVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/512eaGD1dVL._SL75_.jpg",
    "song": "Are You Sure Hank Done It This Way",
    "track_id": "f554fe42-64db-4e0f-8064-a5b0199f09f7",
    "recording_id": null,
    "artist": "Waylon Jennings",
    "artist_ids": [
        "1a46826b-4d73-4e04-8590-f36c9d832f9e"
    ],
    "album": "Dreaming My Dreams",
    "release_id": "35ee392a-0f75-49b3-8fd7-30c01f60ed26",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1975-06-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}