Information about plays

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

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

{
    "id": 418191,
    "uri": "https://api.kexp.org/v2/plays/418191/?format=api",
    "airdate": "2001-04-25T18:03:09-07:00",
    "show": 6987,
    "show_uri": "https://api.kexp.org/v2/shows/6987/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "When My Blue Moon Turns to Gold Again",
    "track_id": "46b19b59-bf55-446b-9b5a-634a4af18fed",
    "recording_id": null,
    "artist": "Clarence \"Gatemouth\" Brown",
    "artist_ids": [
        "039e3952-2f73-49f4-86fe-7aaee4a89a17"
    ],
    "album": "Blackjack",
    "release_id": "8f2ef641-8eb0-438a-9395-eda7abe640df",
    "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"
}