Information about plays

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

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

{
    "id": 2679848,
    "uri": "https://api.kexp.org/v2/plays/2679848/?format=api",
    "airdate": "2019-12-30T06:14:15-08:00",
    "show": 46257,
    "show_uri": "https://api.kexp.org/v2/shows/46257/?format=api",
    "image_uri": "https://coverartarchive.org/release/fb17fca2-2458-46b0-bf5c-5ecb734dda7b/12662289368-250.jpg",
    "thumbnail_uri": "",
    "song": "Where Is My Mind?",
    "track_id": "a4a0bed1-808c-3565-9e4d-e8880ca6a4f2",
    "recording_id": null,
    "artist": "Pixies",
    "artist_ids": [
        "b6b2bb8d-54a9-491f-9607-7b546023b433"
    ],
    "album": "Surfer Rosa",
    "release_id": "fb17fca2-2458-46b0-bf5c-5ecb734dda7b",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2003-05-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another amazing album with artwork created by Vaughan Oliver. He said that he was inspired to get into art as \"the local record shop was an art gallery for me.I was a working class lad from a dull town in county Durham, there was no real culture, my parents were not really interested in anything unusual – everything I was getting was through record sleeves. it was a democratic way of discovering art.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}