Information about plays

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

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

{
    "id": 3596118,
    "uri": "https://api.kexp.org/v2/plays/3596118/?format=api",
    "airdate": "2025-12-26T04:28:23-08:00",
    "show": 65475,
    "show_uri": "https://api.kexp.org/v2/shows/65475/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't Mess With My Man",
    "track_id": null,
    "recording_id": "d46c0e2a-9471-4eab-9d14-35d3795a2420",
    "artist": "Nivea feat. Brandon Casey & Brian",
    "artist_ids": [
        "c6aafab4-8298-4332-a601-c89a1a4661b4",
        "fe775300-8911-47dc-aef8-63962ea25205",
        "5cfa442d-f6db-42c2-859a-29950fdeae72"
    ],
    "album": "Nivea",
    "release_id": null,
    "release_group_id": "dbcdae89-a5f3-37ed-b35d-3a94f8135c29",
    "labels": [
        "Jive"
    ],
    "label_ids": [
        "79245298-c0ba-4eba-aecc-3dfe8eeb689f"
    ],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nivea B. Hamilton, known simply as Nivea, is an American R&B singer. She's released three studio albums.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}