Information about plays

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

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

{
    "id": 356590,
    "uri": "https://api.kexp.org/v2/plays/356590/?format=api",
    "airdate": "2019-07-19T19:38:00-07:00",
    "show": 5940,
    "show_uri": "https://api.kexp.org/v2/shows/5940/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tell Me Something Good",
    "track_id": "eab3b72c-2a78-4864-94b4-5914974cccf7",
    "recording_id": null,
    "artist": "Chaka Khan",
    "artist_ids": [],
    "album": "The Very Best Of",
    "release_id": "5c027b1b-ea91-48af-8b56-bde822e7678b",
    "release_group_id": null,
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1982-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Working with Rufus, this Chaka Khan song made her a funk legend. We're saluting Chaka tonight. She's a 10-time Grammy winning artist, just dropped a hot new record and plays near Seattle this Thursday 7/25 at Chateau Ste. Michelle.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}