Information about plays

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

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

{
    "id": 3634249,
    "uri": "https://api.kexp.org/v2/plays/3634249/?format=api",
    "airdate": "2026-03-27T11:43:33-07:00",
    "show": 66292,
    "show_uri": "https://api.kexp.org/v2/shows/66292/?format=api",
    "image_uri": "https://coverartarchive.org/release/f9a1ba8e-45f6-4ddd-81dd-111efea8e909/15213057088-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f9a1ba8e-45f6-4ddd-81dd-111efea8e909/15213057088-250.jpg",
    "song": "Doin’ It",
    "track_id": null,
    "recording_id": "73508dbe-3de1-48a2-9d68-11d218e3f117",
    "artist": "LL Cool J feat. LeShaun",
    "artist_ids": [
        "a4dd0e77-83b8-4e92-89b7-effb0e47fd8c",
        "e1543600-7589-495e-8233-6fb415c6a7d7"
    ],
    "album": "Mr. Smith",
    "release_id": null,
    "release_group_id": "6f8c92de-6217-314b-84d9-28857f831a34",
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "1995-11-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "LL Cool J's \"Doin' It\" samples Grace Jones' song, \"My Jamaican Guy.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}