Information about plays

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

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

{
    "id": 423112,
    "uri": "https://api.kexp.org/v2/plays/423112/?format=api",
    "airdate": "2001-05-10T13:45:00-07:00",
    "show": 7090,
    "show_uri": "https://api.kexp.org/v2/shows/7090/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Killed Out",
    "track_id": "65a53e7c-9a26-4789-aa55-eed05d9c7cc1",
    "recording_id": null,
    "artist": "The Jazz Butcher Conspiracy",
    "artist_ids": [
        "e2c95f76-a2d3-4f48-9da6-231662388b2a"
    ],
    "album": "Waiting for the Love Bus",
    "release_id": "0cd189d5-724a-4e6c-93c9-98bb07c1033f",
    "release_group_id": null,
    "labels": [
        "Creation"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}