Information about plays

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

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

{
    "id": 485684,
    "uri": "https://api.kexp.org/v2/plays/485684/?format=api",
    "airdate": "2001-11-11T23:17:08-08:00",
    "show": 8307,
    "show_uri": "https://api.kexp.org/v2/shows/8307/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Black Man",
    "track_id": "c232779c-1d4e-47ff-9b89-ac86f9ca176b",
    "recording_id": null,
    "artist": "Art Ensemble of Chicago",
    "artist_ids": [
        "ed7156ee-07da-484b-b5a5-be322afa1a34"
    ],
    "album": "Art Ensemble of Soweto",
    "release_id": "cc408afc-ac72-48f1-a9db-5e2e2f9de5d3",
    "release_group_id": null,
    "labels": [
        "DIW Records"
    ],
    "label_ids": [
        "ad74515d-82f9-4597-8ceb-274f5714fd95"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}