Information about plays

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

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

{
    "id": 532686,
    "uri": "https://api.kexp.org/v2/plays/532686/?format=api",
    "airdate": "2002-03-29T21:04:11-08:00",
    "show": 9223,
    "show_uri": "https://api.kexp.org/v2/shows/9223/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Ugly One With the Jewels",
    "track_id": "3e788f78-001c-4a61-8e59-eead4e3942ae",
    "recording_id": null,
    "artist": "Laurie Anderson",
    "artist_ids": [
        "86809b51-cbe2-45f1-804a-e66eed635dea"
    ],
    "album": "In Our Sleep",
    "release_id": "27dce3f3-98b5-4e6a-a3e3-d13ea9a6c18c",
    "release_group_id": null,
    "labels": [
        "Warner Bros."
    ],
    "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"
}