Information about plays

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

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

{
    "id": 2682687,
    "uri": "https://api.kexp.org/v2/plays/2682687/?format=api",
    "airdate": "2020-01-06T03:21:02-08:00",
    "show": 46305,
    "show_uri": "https://api.kexp.org/v2/shows/46305/?format=api",
    "image_uri": "https://coverartarchive.org/release/ab0e2ea5-6a44-49e1-a6af-18ac6a11542d/1601772869-250.jpg",
    "thumbnail_uri": "",
    "song": "Lazuli",
    "track_id": "99e714b6-cef3-32ef-8fce-fa7957573e6d",
    "recording_id": null,
    "artist": "Beach House",
    "artist_ids": [
        "d5cc67b8-1cc4-453b-96e8-44487acdebea"
    ],
    "album": "Bloom",
    "release_id": "ab0e2ea5-6a44-49e1-a6af-18ac6a11542d",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2012-05-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}