Information about plays

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

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

{
    "id": 366077,
    "uri": "https://api.kexp.org/v2/plays/366077/?format=api",
    "airdate": "2019-08-11T17:36:38-07:00",
    "show": 6105,
    "show_uri": "https://api.kexp.org/v2/shows/6105/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hail Bop",
    "track_id": "294aa6f9-a7ef-31c2-9337-6d677cdac2cb",
    "recording_id": null,
    "artist": "Django Django",
    "artist_ids": [
        "4bfce038-b1a0-4bc4-abe1-b679ab900f03"
    ],
    "album": "Django Django",
    "release_id": "338e6260-b4fb-4ef0-89a4-763482dc81b2",
    "release_group_id": null,
    "labels": [
        "Ribbon Music"
    ],
    "label_ids": [
        "ca3afed1-d509-465e-89d0-952d167b2abb"
    ],
    "release_date": "2012-10-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This quartet met at Edinburgh College of Art, and formed Django Django in London in 2009 // http://www.djangodjango.co.uk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}