Information about plays

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

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

{
    "id": 376510,
    "uri": "https://api.kexp.org/v2/plays/376510/?format=api",
    "airdate": "2019-09-04T11:45:35-07:00",
    "show": 6267,
    "show_uri": "https://api.kexp.org/v2/shows/6267/?format=api",
    "image_uri": "http://coverartarchive.org/release/dfd7dcd1-2322-3129-a173-e5510ce0fdf4/16701088935-250.jpg",
    "thumbnail_uri": "",
    "song": "American Dreaming",
    "track_id": "a07378e3-081b-3255-80cf-d969ee7d0f02",
    "recording_id": null,
    "artist": "Dead Can Dance",
    "artist_ids": [
        "ccda046a-2674-4f7d-97e6-f23d6c156432"
    ],
    "album": "Toward the Within",
    "release_id": "dfd7dcd1-2322-3129-a173-e5510ce0fdf4",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1994-10-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released in 1994, <i>Toward the Within</i> was a live album by this mesmerizing band. The album was recorded in one take in November 1993 at the Mayfair Theatre in Santa Monica, California.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}