Information about plays

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

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

{
    "id": 3543742,
    "uri": "https://api.kexp.org/v2/plays/3543742/?format=api",
    "airdate": "2025-08-23T13:22:19-07:00",
    "show": 64367,
    "show_uri": "https://api.kexp.org/v2/shows/64367/?format=api",
    "image_uri": "https://ia601604.us.archive.org/30/items/mbid-15bca0c4-cd07-499c-8214-d610766aad59/mbid-15bca0c4-cd07-499c-8214-d610766aad59-41717931190_thumb500.jpg",
    "thumbnail_uri": "https://ia801604.us.archive.org/30/items/mbid-15bca0c4-cd07-499c-8214-d610766aad59/mbid-15bca0c4-cd07-499c-8214-d610766aad59-41717931190_thumb250.jpg",
    "song": "Deeper Shade of Soul",
    "track_id": "dfd705d5-7cd5-388f-b00d-2f7020a08c10",
    "recording_id": "53365a01-e4f1-4074-92ec-4acb23a5d150",
    "artist": "Urban Dance Squad",
    "artist_ids": [
        "770b04ac-7075-4a39-ab37-dd2885b21e2f"
    ],
    "album": "Mental Floss for the Globe",
    "release_id": "62590ad5-b3c8-457f-93f3-0d51d9f7d002",
    "release_group_id": "843cba23-ce2f-359f-9fd7-a7d97f21a33f",
    "labels": [
        "Ariola"
    ],
    "label_ids": [
        "b6d68d43-4939-4d76-b0d7-ef855d9f3e6e"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song from the Amsterdam collective sampled multiple elements of Ray Barretto's 1968 \"A Deeper Shade of Soul.\" (Psst: Barretto sampled the hook from Eddie Floyd's 1966 \"Knock on Wood.\") \n\nWant to hear the original from the conga drummer, bandleader, and percussionist?: https://www.youtube.com/watch?v=gXR7Rpo6rNI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}