Information about plays

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

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

{
    "id": 3546060,
    "uri": "https://api.kexp.org/v2/plays/3546060/?format=api",
    "airdate": "2025-08-28T23:28:10-07:00",
    "show": 64414,
    "show_uri": "https://api.kexp.org/v2/shows/64414/?format=api",
    "image_uri": "https://coverartarchive.org/release/49966971-4561-4723-8474-125fc5b19874/19712596027-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/49966971-4561-4723-8474-125fc5b19874/19712596027-250.jpg",
    "song": "Never Been",
    "track_id": null,
    "recording_id": "ccf2da21-eca1-4633-8762-1388e52b6a89",
    "artist": "Mary J. Blige",
    "artist_ids": [
        "db76c5ca-d555-4f09-b1db-baa1b713d875"
    ],
    "album": "No More Drama",
    "release_id": null,
    "release_group_id": "3b158502-4f45-309f-9624-818d7ff613ce",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "2001-08-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in 2001! Missy Elliott does guest vocals on this track",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}