Information about plays

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

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

{
    "id": 2677814,
    "uri": "https://api.kexp.org/v2/plays/2677814/?format=api",
    "airdate": "2019-12-25T05:20:56-08:00",
    "show": 46221,
    "show_uri": "https://api.kexp.org/v2/shows/46221/?format=api",
    "image_uri": "https://coverartarchive.org/release/0b7efd27-63fd-41f3-b4b6-34fa8f2ddf2b/16837843654-250.jpg",
    "thumbnail_uri": "",
    "song": "Flash Light",
    "track_id": "72caa9ef-3d3a-3d68-9f55-2258bec0885e",
    "recording_id": null,
    "artist": "Parliament",
    "artist_ids": [
        "d1947987-9614-49ae-bd36-8000e6b6f7d0"
    ],
    "album": "Funked Up",
    "release_id": "0b7efd27-63fd-41f3-b4b6-34fa8f2ddf2b",
    "release_group_id": null,
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "written by George Clinton, Bernie Worrell, and Bootsy Collins and released in January 1978",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}