Information about plays

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

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

{
    "id": 376706,
    "uri": "https://api.kexp.org/v2/plays/376706/?format=api",
    "airdate": "2019-09-04T19:52:42-07:00",
    "show": 6269,
    "show_uri": "https://api.kexp.org/v2/shows/6269/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lord, Why'd Ya Make Me?",
    "track_id": "240c23d0-c593-48fa-8c3a-87d738039527",
    "recording_id": null,
    "artist": "TK & The Holy Know-Nothings",
    "artist_ids": [],
    "album": "Arguably OK",
    "release_id": "45db267c-19a1-42da-aa21-aff14b956ba9",
    "release_group_id": null,
    "labels": [
        "Mama Bird Recording Co."
    ],
    "label_ids": [],
    "release_date": "2019-05-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Portland, OR band ; this song live: https://www.youtube.com/watch?v=lm8aJtgODHo ; https://www.facebook.com/tkandtheholyknownothings ; https://www.tkandtheholyknownothings.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}