Information about plays

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

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

{
    "id": 377187,
    "uri": "https://api.kexp.org/v2/plays/377187/?format=api",
    "airdate": "2019-09-05T20:22:00-07:00",
    "show": 6275,
    "show_uri": "https://api.kexp.org/v2/shows/6275/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Really Wanna See You",
    "track_id": "bab33024-14e0-439d-b9c3-76f9664f9848",
    "recording_id": null,
    "artist": "Lydia Loveless",
    "artist_ids": [
        "c306218f-6818-40ce-97ce-7cadd3d5213f"
    ],
    "album": "Somewhere Else",
    "release_id": "de5069c9-d473-48f5-b546-8ba0e4a6efe5",
    "release_group_id": null,
    "labels": [
        "Bloodshot Records"
    ],
    "label_ids": [
        "c1a4129a-95dd-4e8c-b42e-7cd9fc3c208b"
    ],
    "release_date": "2014-02-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "playing a sold out show tonight at Neumo's with the Mountain Goats",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}