Information about plays

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

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

{
    "id": 375788,
    "uri": "https://api.kexp.org/v2/plays/375788/?format=api",
    "airdate": "2019-09-03T00:03:26-07:00",
    "show": 6258,
    "show_uri": "https://api.kexp.org/v2/shows/6258/?format=api",
    "image_uri": "http://coverartarchive.org/release/66bf6a99-013c-4987-886f-57c4ce0b116d/23666406150-250.jpg",
    "thumbnail_uri": "",
    "song": "Spiritual",
    "track_id": "40f8e3d3-6b19-4c72-b8c3-bf4f53e20e1a",
    "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": "This Nigerian artist’s fourth album is a well-crafted blend of Afro-beat and other West African styles with dancehall, funk, R&B and hip hop, combining hypnotic beats, bright synths, chunky guitars, soaring horns and percolating percussion with his grainy vocals and bilingual lyrics blending English and Yoruba.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}