Information about plays

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

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

{
    "id": 344641,
    "uri": "https://api.kexp.org/v2/plays/344641/?format=api",
    "airdate": "2019-06-22T06:34:00-07:00",
    "show": 5743,
    "show_uri": "https://api.kexp.org/v2/shows/5743/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What I Love About You",
    "track_id": "eecf55ba-2e89-46aa-be1b-4c202b007896",
    "recording_id": null,
    "artist": "Don't Talk to the Cops!",
    "artist_ids": [],
    "album": "Champions of Breakfast",
    "release_id": "567246c8-df1c-4e39-8c1d-92a897a14cfd",
    "release_group_id": null,
    "labels": [
        "Out For Stardom"
    ],
    "label_ids": [
        "f22f17e4-a23d-4dfa-b43a-2f7ce3d861d7"
    ],
    "release_date": "2013-05-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}