Information about plays

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

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

{
    "id": 378430,
    "uri": "https://api.kexp.org/v2/plays/378430/?format=api",
    "airdate": "2019-09-08T17:33:16-07:00",
    "show": 6299,
    "show_uri": "https://api.kexp.org/v2/shows/6299/?format=api",
    "image_uri": "http://coverartarchive.org/release/f5f0f26f-dcf0-4bd4-a88f-f6e4159ec13f/16286233347-250.jpg",
    "thumbnail_uri": "",
    "song": "Crybaby",
    "track_id": "78bb07b0-c4fc-4ae6-85a0-557fdcd9e41c",
    "recording_id": null,
    "artist": "Kevin Morby",
    "artist_ids": [
        "eac962e1-0295-4e69-a266-4dab2adb4f11"
    ],
    "album": "City Music",
    "release_id": "f5f0f26f-dcf0-4bd4-a88f-f6e4159ec13f",
    "release_group_id": null,
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2017-06-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Meg Duffy, who was the longtime lead guitarist for Kevin Morby, switched their focus to their project  Hand Habits in 2017 //  http://www.kevinmorby.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}