Information about plays

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

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

{
    "id": 383218,
    "uri": "https://api.kexp.org/v2/plays/383218/?format=api",
    "airdate": "2019-09-20T02:06:13-07:00",
    "show": 6376,
    "show_uri": "https://api.kexp.org/v2/shows/6376/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Everybody Knows This Is Nowhere",
    "track_id": "20f9d8ea-ebff-302b-88d1-be268a4f1bcc",
    "recording_id": null,
    "artist": "Neil Young & Crazy Horse",
    "artist_ids": [
        "75167b8b-44e4-407b-9d35-effe87b223cf"
    ],
    "album": "Live at the Fillmore East",
    "release_id": "7757348b-3c6a-4f45-b6e6-c1888dd3ac86",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "2006-11-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}