Information about plays

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

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

{
    "id": 348659,
    "uri": "https://api.kexp.org/v2/plays/348659/?format=api",
    "airdate": "2019-07-01T14:23:44-07:00",
    "show": 5812,
    "show_uri": "https://api.kexp.org/v2/shows/5812/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Breaking Your Silence",
    "track_id": "038c9620-981e-4eac-8c9b-d16b5f032c4d",
    "recording_id": null,
    "artist": "Generationals",
    "artist_ids": [
        "11f34bce-298f-4527-a5eb-28cafee71c4f"
    ],
    "album": "Reader as Detective",
    "release_id": "f787c600-b682-4796-92d4-b7ce72c37692",
    "release_group_id": null,
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2019-07-19",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New album out the 19th! Playing @ the Crocodile Wednesday, August 28! https://www.thecrocodile.com/e/generationals-61256132742/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}