Information about plays

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

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

{
    "id": 2679181,
    "uri": "https://api.kexp.org/v2/plays/2679181/?format=api",
    "airdate": "2019-12-28T14:52:58-08:00",
    "show": 46242,
    "show_uri": "https://api.kexp.org/v2/shows/46242/?format=api",
    "image_uri": "https://coverartarchive.org/release/222b5d26-3321-43c3-8f50-f201ce5f686c/5356004697-250.jpg",
    "thumbnail_uri": "",
    "song": "Flash Light",
    "track_id": "25629503-ea84-38d9-a745-477c0cb4166a",
    "recording_id": null,
    "artist": "Parliament",
    "artist_ids": [
        "d1947987-9614-49ae-bd36-8000e6b6f7d0"
    ],
    "album": "Funk Essentials: The 12\" Collection and More",
    "release_id": "222b5d26-3321-43c3-8f50-f201ce5f686c",
    "release_group_id": null,
    "labels": [
        "Casablanca Records"
    ],
    "label_ids": [
        "98f93684-2a6f-4d40-ac6a-41fd0cc8ecc8"
    ],
    "release_date": "1999-05-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}