Information about plays

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

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

{
    "id": 418031,
    "uri": "https://api.kexp.org/v2/plays/418031/?format=api",
    "airdate": "2001-04-25T07:48:45-07:00",
    "show": 6984,
    "show_uri": "https://api.kexp.org/v2/shows/6984/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kids in the Mall / Kaliningrad",
    "track_id": "a3a06fc9-7c88-43f7-b7df-e355fdb02a25",
    "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": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}