Information about plays

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

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

{
    "id": 3629980,
    "uri": "https://api.kexp.org/v2/plays/3629980/?format=api",
    "airdate": "2026-03-17T02:05:32-07:00",
    "show": 66203,
    "show_uri": "https://api.kexp.org/v2/shows/66203/?format=api",
    "image_uri": "https://coverartarchive.org/release/be3eabb0-0b23-40fa-a185-c127a4334e5b/41442580612-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/be3eabb0-0b23-40fa-a185-c127a4334e5b/41442580612-250.jpg",
    "song": "BACKD00R",
    "track_id": null,
    "recording_id": "af992af5-5e18-4c13-b7ea-dd2ba3888abf",
    "artist": "Playboi Carti feat. Kendrick Lamar & Jhené Aiko",
    "artist_ids": [
        "2baf3276-ed6a-4349-8d2e-f4601e7b2167",
        "381086ea-f511-4aba-bdf9-71c753dc5077",
        "ceb3f5b7-9f1a-430f-afbe-976fdcf30482"
    ],
    "album": "MUSIC",
    "release_id": null,
    "release_group_id": "fa4bbf26-8f97-48d6-add2-4e7c028d39af",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2025-03-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of several sneaky Kendrick features on this album!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}