Information about plays

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

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

{
    "id": 2680900,
    "uri": "https://api.kexp.org/v2/plays/2680900/?format=api",
    "airdate": "2020-01-01T17:18:40-08:00",
    "show": 46271,
    "show_uri": "https://api.kexp.org/v2/shows/46271/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "365",
    "track_id": "a66a7b41-6ea3-4846-b906-992de886b1dd",
    "recording_id": null,
    "artist": "Ben Zaidi",
    "artist_ids": [
        "5320ae81-0fcc-42bb-8e1d-e93a3df338b4"
    ],
    "album": "365",
    "release_id": "ef82d03b-1d4d-4fdd-be46-a77ff3e9fd96",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-10-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ben Zaidi’s music combines the lyrical sharpness of spoken word poetry with the soft lushness of electronica. Written and produced by himself in his bedroom, his songs bleed with the intimacy of a private journal.\nBen Zaidi performing live in the KEXP studio. Recorded July 9, 2019 https://www.youtube.com/watch?v=Gdf_5_xrFiQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}