Information about plays

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

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

{
    "id": 352712,
    "uri": "https://api.kexp.org/v2/plays/352712/?format=api",
    "airdate": "2019-07-10T20:57:00-07:00",
    "show": 5877,
    "show_uri": "https://api.kexp.org/v2/shows/5877/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It Ain't Me Babe",
    "track_id": null,
    "recording_id": null,
    "artist": "Haley Heynderickx",
    "artist_ids": [
        "f0805df4-1541-48b1-8482-4c789f83cfcf"
    ],
    "album": "single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Mama Bird Recording Co."
    ],
    "label_ids": [
        "3cbb810f-a8aa-40cc-8b6b-51fa6644678c"
    ],
    "release_date": "2018-03-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thu 7/11 @ Timber Music Festival in Carnation: https://summer.timbermusicfest.com ; her version of the Dylan tune ; KEXP local artist spotlight: http://kexp.org/read/2017/8/11/local-artist-spotlight-haley-heynderickx ; https://haleyheynderickx.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}