Information about plays

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

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

{
    "id": 382411,
    "uri": "https://api.kexp.org/v2/plays/382411/?format=api",
    "airdate": "2019-09-18T08:26:58-07:00",
    "show": 6364,
    "show_uri": "https://api.kexp.org/v2/shows/6364/?format=api",
    "image_uri": "http://coverartarchive.org/release/d6c41bff-9582-4b0d-94b4-902607a3f488/4708849846-250.jpg",
    "thumbnail_uri": "",
    "song": "Make Out Club",
    "track_id": "f3ea3d22-4174-32dd-adb6-57172445e0f0",
    "recording_id": null,
    "artist": "Unrest",
    "artist_ids": [
        "f444dc7d-59c1-4ed6-beb7-f90b6d85366c"
    ],
    "album": "Perfect Teeth",
    "release_id": "d6c41bff-9582-4b0d-94b4-902607a3f488",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Washington, D.C. band that formed in 1981 and broke up shortly after the release of this album in 1993. Here's the video: https://www.youtube.com/watch?v=l9TiuooWA5M",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}