Information about plays

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

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

{
    "id": 366331,
    "uri": "https://api.kexp.org/v2/plays/366331/?format=api",
    "airdate": "2019-08-12T09:33:36-07:00",
    "show": 6110,
    "show_uri": "https://api.kexp.org/v2/shows/6110/?format=api",
    "image_uri": "http://coverartarchive.org/release/b6465e2f-1224-435d-9e61-ac74cb1ee41e/19182660669-250.jpg",
    "thumbnail_uri": "",
    "song": "I'm a Lady",
    "track_id": "3288d943-79db-3f3d-b38f-8ff41c8bf755",
    "recording_id": null,
    "artist": "Santigold",
    "artist_ids": [
        "97b20fe3-0924-4a5f-9955-d0b5c5f9587f"
    ],
    "album": "Santogold",
    "release_id": "b6465e2f-1224-435d-9e61-ac74cb1ee41e",
    "release_group_id": null,
    "labels": [
        "Downtown"
    ],
    "label_ids": [
        "5f42fd65-a55b-400c-bf8e-862db80c7bff"
    ],
    "release_date": "2008-04-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}