Information about plays

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

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

{
    "id": 372773,
    "uri": "https://api.kexp.org/v2/plays/372773/?format=api",
    "airdate": "2019-08-27T02:32:20-07:00",
    "show": 6212,
    "show_uri": "https://api.kexp.org/v2/shows/6212/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Disconiels",
    "track_id": null,
    "recording_id": null,
    "artist": "The Balek Band",
    "artist_ids": [],
    "album": "Danse Primitive EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Beauty and the Beat Records"
    ],
    "label_ids": [
        "fe41f6de-41d6-4544-b7de-bc0375114e9a"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wide-eyed psychedelia from French outfit The Balek Band - https://beautyandthebeat1.bandcamp.com/album/danse-primitive-ep-batb-004",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}