Information about plays

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

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

{
    "id": 3607476,
    "uri": "https://api.kexp.org/v2/plays/3607476/?format=api",
    "airdate": "2026-01-22T03:14:38-08:00",
    "show": 65720,
    "show_uri": "https://api.kexp.org/v2/shows/65720/?format=api",
    "image_uri": "https://coverartarchive.org/release/34d138d9-77f6-48dd-accb-4a219debc213/38355932138-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/34d138d9-77f6-48dd-accb-4a219debc213/38355932138-250.jpg",
    "song": "Like That",
    "track_id": null,
    "recording_id": "e2d1b161-d30b-4380-b1d1-135bea325143",
    "artist": "Future, Metro Boomin & Kendrick Lamar",
    "artist_ids": [
        "48262e82-db9f-4a92-b650-dfef979b73ec",
        "59db3d82-86ea-451f-881f-dffc8ec387c9",
        "381086ea-f511-4aba-bdf9-71c753dc5077"
    ],
    "album": "WE DON’T TRUST YOU",
    "release_id": null,
    "release_group_id": "566b49e2-5642-4361-9e10-90456afa935a",
    "labels": [
        "Republic Records"
    ],
    "label_ids": [
        "e0ecd909-0477-485f-80dc-3c27ea4837ca"
    ],
    "release_date": "2024-03-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song, which features Kendrick Lamar, sampled multiple elements of Rodney-O & Joe Cooley's \"Everlasting Bass.\" It also samples the vocals from \"Eazy-Duz-It\" by Eazy-E and \"Pop Bottles\" by Birdman (feat. Lil Wayne).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}