Information about plays

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

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

{
    "id": 2678420,
    "uri": "https://api.kexp.org/v2/plays/2678420/?format=api",
    "airdate": "2019-12-26T15:23:22-08:00",
    "show": 46228,
    "show_uri": "https://api.kexp.org/v2/shows/46228/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Octopus",
    "track_id": "967a0214-64f9-4bc4-af6a-2c0ed49927c6",
    "recording_id": null,
    "artist": "Syd Barrett",
    "artist_ids": [
        "12327d75-47d5-45d9-84c2-3760b9210c17"
    ],
    "album": "The Madcap Laughs",
    "release_id": "24f56008-9023-491d-9643-d4495b2e80ce",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Roger Keith \"Syd\" Barrett (6 January 1946 – 7 July 2006) was an English singer, songwriter, and musician who co-founded the rock band Pink Floyd in 1965. The Madcap Laughs It was recorded after Barrett had left Pink Floyd in April 1968.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}