Information about plays

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

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

{
    "id": 2679201,
    "uri": "https://api.kexp.org/v2/plays/2679201/?format=api",
    "airdate": "2019-12-28T16:10:30-08:00",
    "show": 46243,
    "show_uri": "https://api.kexp.org/v2/shows/46243/?format=api",
    "image_uri": "https://coverartarchive.org/release/e5fc71c5-fa02-48eb-8adb-6f2e9f04bcf5/17719844175-250.jpg",
    "thumbnail_uri": "",
    "song": "Shadow",
    "track_id": "78d22df7-7a1e-41e9-a65a-d659d7d4604a",
    "recording_id": null,
    "artist": "Chromatics",
    "artist_ids": [
        "c89ea689-c053-4d97-bada-8b81a6236f58"
    ],
    "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": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}