Information about plays

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

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

{
    "id": 3548860,
    "uri": "https://api.kexp.org/v2/plays/3548860/?format=api",
    "airdate": "2025-09-04T14:17:32-07:00",
    "show": 64473,
    "show_uri": "https://api.kexp.org/v2/shows/64473/?format=api",
    "image_uri": "https://ia801906.us.archive.org/5/items/mbid-09f01bc1-0cc1-3691-9183-c03d1a0982c5/mbid-09f01bc1-0cc1-3691-9183-c03d1a0982c5-4422097159_thumb500.jpg",
    "thumbnail_uri": "https://ia601906.us.archive.org/5/items/mbid-09f01bc1-0cc1-3691-9183-c03d1a0982c5/mbid-09f01bc1-0cc1-3691-9183-c03d1a0982c5-4422097159_thumb250.jpg",
    "song": "Relax With Pep",
    "track_id": "15d3c98c-e754-3531-b70a-7a4ccc4e4030",
    "recording_id": "f2ef20a0-501e-4f37-acc8-7e5c1959fe16",
    "artist": "Eric B. & Rakim",
    "artist_ids": [
        "925228de-bbe5-4c7b-b76f-78e382ec9148"
    ],
    "album": "Don’t Sweat the Technique",
    "release_id": "09f01bc1-0cc1-3691-9183-c03d1a0982c5",
    "release_group_id": "9dfddf97-e254-3864-8033-1b87f75d902f",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1992-06-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song sampled the hook from  The Counts's \"What's Up Front That Counts\".\n--\nWatch Rakim's induction into the Hip-Hop Museum in D.C. in 2021: https://www.facebook.com/NationalHipHopMuseum/videos/-rakim-induction-ceremony-the-hip-hop-museum-dc-grand-induction-gala-10821/427947518856032/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}