Information about plays

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

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

{
    "id": 374398,
    "uri": "https://api.kexp.org/v2/plays/374398/?format=api",
    "airdate": "2019-08-30T08:22:35-07:00",
    "show": 6229,
    "show_uri": "https://api.kexp.org/v2/shows/6229/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sabotage",
    "track_id": "5cf13dbd-28f7-4e67-97f7-06789e3a1ca3",
    "recording_id": null,
    "artist": "Beastie Boys",
    "artist_ids": [
        "9beb62b2-88db-4cea-801e-162cd344ee53"
    ],
    "album": "Ill Communication",
    "release_id": "a1b805e1-c67e-4ef4-a9e3-9fc8c4570467",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rich selected this Beastie Boys track for his \"greatest hits collection\" of his friend Don's college mixes. The lyrics were written about an annoying engineer named Mario Caldato Jr., who got frustrated with the slow pace of Beasties' recording sessions. The trio felt he was sabotaging their music by trying to push through instrumental tracks they were unhappy with in order to get something completed.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}