Information about plays

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

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

{
    "id": 374896,
    "uri": "https://api.kexp.org/v2/plays/374896/?format=api",
    "airdate": "2019-08-31T16:02:00-07:00",
    "show": 6240,
    "show_uri": "https://api.kexp.org/v2/shows/6240/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In the City (12″ version)",
    "track_id": "0cd067dc-a3e4-396e-9739-7dec65b65164",
    "recording_id": null,
    "artist": "Chromatics",
    "artist_ids": [
        "c89ea689-c053-4d97-bada-8b81a6236f58"
    ],
    "album": "In the City EP",
    "release_id": "bd928b8f-0743-4afa-802d-52f63c0dddf6",
    "release_group_id": null,
    "labels": [
        "Italians Do It Better"
    ],
    "label_ids": [],
    "release_date": "2010-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out their new cover of Jackson C Frank's \"I Wanna Be Alone\" https://pitchfork.com/news/chromatics-release-new-song-i-want-to-be-alone-listen/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}