Information about plays

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

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

{
    "id": 343666,
    "uri": "https://api.kexp.org/v2/plays/343666/?format=api",
    "airdate": "2019-06-19T22:49:00-07:00",
    "show": 5728,
    "show_uri": "https://api.kexp.org/v2/shows/5728/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Slope  Remix",
    "track_id": null,
    "recording_id": null,
    "artist": "Sun Tzu",
    "artist_ids": [
        "9a1f6c1b-e7ae-4a07-81b2-90e3e5fc74c2"
    ],
    "album": "Black Daylight",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Yoruba Records"
    ],
    "label_ids": [],
    "release_date": "2007-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Inspired by the beats of West London and cities around the world, Seattle’s SunTzu Sound extends the soul of electronic music, bringing people together to dance with a cosmic blend of urban cultures and organic rhythms.\n\nCreated in 2002, SunTzu was created by 4 fine DJs: Atlee, Dr. J (a.k.a. 1Luv), AC Lewis and J-Justice, as well as Jayson Powell live on the congas. Currently, SunTzu Sound has pared down to 2 selectors as J-Justice and Atlee pilot the ship. Together they have dedicated more than 30 years to music with soul—from brokenbeat to boogie, disco to jazz, house to hiphop.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}