Information about plays

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

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

{
    "id": 376076,
    "uri": "https://api.kexp.org/v2/plays/376076/?format=api",
    "airdate": "2019-09-03T15:53:44-07:00",
    "show": 6262,
    "show_uri": "https://api.kexp.org/v2/shows/6262/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Know There’s an Answer",
    "track_id": "bc0c762b-2449-4692-9f5b-03f07fcaefa6",
    "recording_id": null,
    "artist": "The Beach Boys",
    "artist_ids": [
        "ebfc1398-8d96-47e3-82c3-f782abcdb13d"
    ],
    "album": "Pet Sounds",
    "release_id": "94af54af-7520-4f4e-bf14-c7e30b2f7eb1",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1999-05-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to Al Jardine, co-founder of The Beach Boys!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}