Information about plays

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

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

{
    "id": 344125,
    "uri": "https://api.kexp.org/v2/plays/344125/?format=api",
    "airdate": "2019-06-20T21:22:02-07:00",
    "show": 5734,
    "show_uri": "https://api.kexp.org/v2/shows/5734/?format=api",
    "image_uri": "http://coverartarchive.org/release/a37ab5ed-39f4-492f-b179-bbec3643cf14/16162415381-250.jpg",
    "thumbnail_uri": "",
    "song": "Lavender Buds",
    "track_id": "a3e8a844-02a2-3aa1-8b59-e468043ba27e",
    "recording_id": null,
    "artist": "Metal Fingers",
    "artist_ids": [
        "2a827687-f114-46fe-9e5d-74acb7d33995"
    ],
    "album": "Special Herbs, Volume 5 & 6",
    "release_id": "a37ab5ed-39f4-492f-b179-bbec3643cf14",
    "release_group_id": null,
    "labels": [
        "Nature Sounds"
    ],
    "label_ids": [
        "20328bb6-97fc-45be-b665-b2929bae91cf"
    ],
    "release_date": "2004-03-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Special Herbs, Vols. 5 & 6 is an album of instrumental works released by MF Doom under the Metal Fingers moniker. As with the other installments of the Special Herbs series, each track is named for a herb or similar flora.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}