Information about plays

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

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

{
    "id": 372079,
    "uri": "https://api.kexp.org/v2/plays/372079/?format=api",
    "airdate": "2019-08-25T07:58:26-07:00",
    "show": 6198,
    "show_uri": "https://api.kexp.org/v2/shows/6198/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lifted",
    "track_id": null,
    "recording_id": null,
    "artist": "Tapes and Topographies",
    "artist_ids": [],
    "album": "Fathoms",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Simulacra Records"
    ],
    "label_ids": [],
    "release_date": "2018-01-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tapes and Topographies is the alias of Dallas, Texas-based musician Todd Gautreau, who also records under the alias Sonogram ~ https://tapesandtopographies.bandcamp.com/album/fathoms",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}