Information about plays

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

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

{
    "id": 373034,
    "uri": "https://api.kexp.org/v2/plays/373034/?format=api",
    "airdate": "2019-08-27T15:09:41-07:00",
    "show": 6214,
    "show_uri": "https://api.kexp.org/v2/shows/6214/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Datura",
    "track_id": "449e44c7-af95-4483-b28e-44994ff81122",
    "recording_id": null,
    "artist": "Goon",
    "artist_ids": [
        "b3617ef6-d29c-47b0-9bd0-e11decc1c248"
    ],
    "album": "Heaven Is Humming",
    "release_id": "c43863ac-a4ff-446c-8465-f116ba6e266e",
    "release_group_id": null,
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2019-07-19",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This LA band’s debut full-length is a promising set of ‘90s-steeped rock with a dynamic sound ranging from brooding grunge and atmospheric folk-pop to intense post-hardcore. // Catch them at The Vera Project on December 10th!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}