Information about plays

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

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

{
    "id": 366092,
    "uri": "https://api.kexp.org/v2/plays/366092/?format=api",
    "airdate": "2019-08-11T18:16:00-07:00",
    "show": 6106,
    "show_uri": "https://api.kexp.org/v2/shows/6106/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Money (MPC 2000 XL)",
    "track_id": "4d9a4711-ee80-4110-8332-e60d68a421a6",
    "recording_id": null,
    "artist": "Ras G",
    "artist_ids": [
        "53218007-07c1-4634-a4ad-57cdbe18bc17"
    ],
    "album": "Raw Fruit, Volume 2",
    "release_id": "d863b6b1-68fb-4e5f-9656-a1a8eee13cf2",
    "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"
}