Information about plays

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

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

{
    "id": 366089,
    "uri": "https://api.kexp.org/v2/plays/366089/?format=api",
    "airdate": "2019-08-11T18:11:00-07:00",
    "show": 6106,
    "show_uri": "https://api.kexp.org/v2/shows/6106/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fake Nice Friends…",
    "track_id": "d9e0ed83-ba73-4cb2-aab1-80e67df7744c",
    "recording_id": null,
    "artist": "Ras G",
    "artist_ids": [
        "53218007-07c1-4634-a4ad-57cdbe18bc17"
    ],
    "album": "Down to Earth Vol. 2 (The Standard Bap Edition)",
    "release_id": "33367d41-64fa-4bfb-b13c-e759a9099eda",
    "release_group_id": null,
    "labels": [
        "Leaving Records"
    ],
    "label_ids": [
        "89150667-0630-4d6d-9b57-b2e723323c5f"
    ],
    "release_date": "2014-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}