Information about plays

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

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

{
    "id": 2682940,
    "uri": "https://api.kexp.org/v2/plays/2682940/?format=api",
    "airdate": "2020-01-06T18:09:00-08:00",
    "show": 46309,
    "show_uri": "https://api.kexp.org/v2/shows/46309/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Un Canto a Mi Tierra (Cut Chemist Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Quantic and his Combo Bárbaro",
    "artist_ids": [
        "d609e1fa-6c5a-4c51-8372-20c1341d47e9"
    ],
    "album": "Caliventura Remixes",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Colombia:  watch video of Quantic's live set on El Sonido here<br>\n<br>\n https://youtu.be/Z25nh0Cm1vQ<br>\n<br>\nColombia: mira el video del set en vivo de Quantic en El Sonido<br>\n<br>",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}