Information about plays

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

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

{
    "id": 3527441,
    "uri": "https://api.kexp.org/v2/plays/3527441/?format=api",
    "airdate": "2025-07-15T20:51:36-07:00",
    "show": 64023,
    "show_uri": "https://api.kexp.org/v2/shows/64023/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ahomka Wo Mu",
    "track_id": null,
    "recording_id": "becafc58-24e3-4da3-b92e-f55308b41d78",
    "artist": "V.I.P.",
    "artist_ids": [
        "26840037-b702-429f-b9f8-58f2c9fc4444"
    ],
    "album": "Ahomka Womu",
    "release_id": null,
    "release_group_id": "e4f13e55-7c49-4fda-99f3-b4fdf7168962",
    "labels": [
        "Kennis Music"
    ],
    "label_ids": [
        "8e206e80-4f32-4bee-8bf7-d6c7789d645f"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ghana. V.I.P is a hiplife group from Ghana. HipLife is a fusion of Hip-Hop and Highlife music originating from Ghana.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}