Information about plays

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

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

{
    "id": 349511,
    "uri": "https://api.kexp.org/v2/plays/349511/?format=api",
    "airdate": "2019-07-03T08:52:39-07:00",
    "show": 5822,
    "show_uri": "https://api.kexp.org/v2/shows/5822/?format=api",
    "image_uri": "http://coverartarchive.org/release/b53b9bc2-b891-4296-9783-24a7d947ab10/8093496026-250.jpg",
    "thumbnail_uri": "",
    "song": "What’s the Altitude",
    "track_id": "b2f2b5d8-a3ec-3864-b680-f8f310affa03",
    "recording_id": null,
    "artist": "Cut Chemist feat. Hymnal",
    "artist_ids": [
        "0bf5003b-89bd-4023-9a98-e743e07a87a9"
    ],
    "album": "The Audience’s Listening",
    "release_id": "b53b9bc2-b891-4296-9783-24a7d947ab10",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2006-07-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"She gave me headphones  / Said have you heard this sound?...\" Here's the video: https://www.youtube.com/watch?v=7AVHXe-ol-s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}