Information about plays

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

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

{
    "id": 382891,
    "uri": "https://api.kexp.org/v2/plays/382891/?format=api",
    "airdate": "2019-09-19T09:00:19-07:00",
    "show": 6370,
    "show_uri": "https://api.kexp.org/v2/shows/6370/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cali",
    "track_id": "dedee4bc-84db-4e0a-b54e-f68b49469264",
    "recording_id": null,
    "artist": "Rudy Willingham",
    "artist_ids": [
        "2ade52c8-bb0d-469a-ad97-030c90dcb414"
    ],
    "album": "Dunk Reactions",
    "release_id": "79a60b4b-624b-4e8a-a288-8736c93a6e90",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-09-17",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "According to his Facebook bio, Seattle artist Rudy Willingham is \"an electronic producer who smashes futuristic synths, obscure samples, and soulful vocals into epic funk burritos.\" MMM, BURRITOS! You can also find him here: https://www.rudycorp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}