Information about plays

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

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

{
    "id": 2682708,
    "uri": "https://api.kexp.org/v2/plays/2682708/?format=api",
    "airdate": "2020-01-06T04:29:41-08:00",
    "show": 46305,
    "show_uri": "https://api.kexp.org/v2/shows/46305/?format=api",
    "image_uri": "https://coverartarchive.org/release/e5fc71c5-fa02-48eb-8adb-6f2e9f04bcf5/17719844175-250.jpg",
    "thumbnail_uri": "",
    "song": "Mississippi",
    "track_id": "378e95e0-0c16-4a5b-a228-cd48088df0bb",
    "recording_id": null,
    "artist": "The Cactus Blossoms",
    "artist_ids": [
        "91e8f48b-7b4c-46af-b052-6573a35e7b1d"
    ],
    "album": "Twin Peaks (Music From the Limited Event Series)",
    "release_id": "e5fc71c5-fa02-48eb-8adb-6f2e9f04bcf5",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2017-09-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}