Information about plays

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

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

{
    "id": 353121,
    "uri": "https://api.kexp.org/v2/plays/353121/?format=api",
    "airdate": "2019-07-11T16:58:30-07:00",
    "show": 5882,
    "show_uri": "https://api.kexp.org/v2/shows/5882/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Black Finch",
    "track_id": "25569a3b-68c4-4094-a8fe-7933c3594d77",
    "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": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "LA based GOON will be dropping their new album \"Heaven is Humming\" on July 19th!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}