Information about plays

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

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

{
    "id": 353243,
    "uri": "https://api.kexp.org/v2/plays/353243/?format=api",
    "airdate": "2019-07-11T23:02:56-07:00",
    "show": 5884,
    "show_uri": "https://api.kexp.org/v2/shows/5884/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Tide Is High",
    "track_id": "35fa3c2a-b383-3b21-9222-2b57d5c384f8",
    "recording_id": null,
    "artist": "Blondie",
    "artist_ids": [
        "4d2956d1-a3f7-44bb-9a41-67563e1a0c94"
    ],
    "album": "Greatest Hits: Sound & Vision",
    "release_id": "4ac6b8e5-9516-4eaf-b5d0-9059a4aa5046",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2006-03-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Although made popular by Blondie (and later remade by Atomic Kitten), \"The Tide is High\" was written by the Jamaican DJ Duke Reid in the 1930s. It was put on a piano roll for a player piano and then arranged later by John Holt for his group The Paragons, whose original version was released in 1967. After they disbanded, Holt did an updated version.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}