Information about plays

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

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

{
    "id": 2683171,
    "uri": "https://api.kexp.org/v2/plays/2683171/?format=api",
    "airdate": "2020-01-07T07:59:58-08:00",
    "show": 46312,
    "show_uri": "https://api.kexp.org/v2/shows/46312/?format=api",
    "image_uri": "https://coverartarchive.org/release/c3619bbc-887b-4012-9024-0b7806333c4d/2073822336-250.jpg",
    "thumbnail_uri": "",
    "song": "Girl",
    "track_id": "bfebc8ff-938b-30bf-94bb-a8cb0c1cbcb9",
    "recording_id": null,
    "artist": "Beck",
    "artist_ids": [
        "309c62ba-7a22-4277-9f67-4a162526d18a"
    ],
    "album": "Guero",
    "release_id": "c3619bbc-887b-4012-9024-0b7806333c4d",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2005-03-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Beck: \"Originally, the lyrics to Girl were really upbeat, and then it didn't work for me somehow. You need the dichotomy. If you're doing something happy and light, you need the shadows. That was something that the Pixies did so well. Frank Black is a genius at these happy songs, and then you listen to the lyrics and they're based on (Spanish film director Luis) Bunuel films of cows' eyes getting cut.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}