Information about plays

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

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

{
    "id": 3554243,
    "uri": "https://api.kexp.org/v2/plays/3554243/?format=api",
    "airdate": "2025-09-17T16:09:36-07:00",
    "show": 64588,
    "show_uri": "https://api.kexp.org/v2/shows/64588/?format=api",
    "image_uri": "https://ia800101.us.archive.org/28/items/mbid-8506b0f9-4d6c-4e5d-ae75-a68fcc10519b/mbid-8506b0f9-4d6c-4e5d-ae75-a68fcc10519b-4579781374_thumb500.jpg",
    "thumbnail_uri": "https://ia800101.us.archive.org/28/items/mbid-8506b0f9-4d6c-4e5d-ae75-a68fcc10519b/mbid-8506b0f9-4d6c-4e5d-ae75-a68fcc10519b-4579781374_thumb250.jpg",
    "song": "Move",
    "track_id": "3aa8b494-8173-3ca1-86a9-107386f44bc3",
    "recording_id": "e7f06162-55bb-44bd-a426-134d22823e84",
    "artist": "Q‐Tip",
    "artist_ids": [
        "b3c94036-6166-41d2-91a2-dc3a0b5fa188"
    ],
    "album": "The Renaissance",
    "release_id": "308f00da-a3ac-3940-9290-516ef142ce86",
    "release_group_id": "d2d0a1a8-aafc-3f92-93b9-a327f23590cb",
    "labels": [
        "Universal Motown Republic Group"
    ],
    "label_ids": [
        "bbadeaa2-9db8-48db-a51c-0ce79bc349b6"
    ],
    "release_date": "2008-10-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'The Renaissance' was Q-Tip's sophomore solo album, released in 2008, nine years after his solo debut. Q-Tip handled almost all the production on the album, except for this song. \"Move\" was produced by J Dilla.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}