Information about plays

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

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

{
    "id": 2682467,
    "uri": "https://api.kexp.org/v2/plays/2682467/?format=api",
    "airdate": "2020-01-05T12:43:47-08:00",
    "show": 46300,
    "show_uri": "https://api.kexp.org/v2/shows/46300/?format=api",
    "image_uri": "https://coverartarchive.org/release/23943394-4ef1-436a-bd6c-74e0e5bdd29f/8526429826-250.jpg",
    "thumbnail_uri": "",
    "song": "Jettin’",
    "track_id": "97019a5b-3420-3207-b882-9c5fe8f460a4",
    "recording_id": null,
    "artist": "Digable Planets",
    "artist_ids": [
        "ff44f779-74ab-48f8-aac3-39ebe8f7c18e"
    ],
    "album": "Blowout Comb",
    "release_id": "23943394-4ef1-436a-bd6c-74e0e5bdd29f",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1994-10-18",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Small east coast tour with De La Soul in late February. https://www.facebook.com/OfficialDigablePlanets/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}