Information about plays

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

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

{
    "id": 378194,
    "uri": "https://api.kexp.org/v2/plays/378194/?format=api",
    "airdate": "2019-09-08T03:35:25-07:00",
    "show": 6295,
    "show_uri": "https://api.kexp.org/v2/shows/6295/?format=api",
    "image_uri": "http://coverartarchive.org/release/66bf6a99-013c-4987-886f-57c4ce0b116d/23666406150-250.jpg",
    "thumbnail_uri": "",
    "song": "Wetin Man Go Do",
    "track_id": "781b68d3-ae8c-4bea-be90-0a3574b18e85",
    "recording_id": null,
    "artist": "Burna Boy",
    "artist_ids": [
        "78a19169-ac75-4868-b504-7e2e073118e0"
    ],
    "album": "African Giant",
    "release_id": "66bf6a99-013c-4987-886f-57c4ce0b116d",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2019-07-25",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Burna Boy has blown up this year winning an award at the BET Awards and being featured on tracks by the likes of Beyonce, DJ Snake and more.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}