Information about plays

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

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

{
    "id": 3657500,
    "uri": "https://api.kexp.org/v2/plays/3657500/?format=api",
    "airdate": "2026-05-21T03:33:07-07:00",
    "show": 66772,
    "show_uri": "https://api.kexp.org/v2/shows/66772/?format=api",
    "image_uri": "https://coverartarchive.org/release/d341ac0e-4fa3-4451-8a98-f52add6a6564/7363437872-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d341ac0e-4fa3-4451-8a98-f52add6a6564/7363437872-250.jpg",
    "song": "You Can’t Hurry Love",
    "track_id": null,
    "recording_id": "adc3b7d9-8411-497b-8b29-b099407c5498",
    "artist": "The Supremes",
    "artist_ids": [
        "c1aa2ec9-53e7-4d90-8d36-bac75832e986"
    ],
    "album": "The Supremes A’ Go‐Go",
    "release_id": null,
    "release_group_id": "13fcccc9-e9f5-387b-96ee-db402bf937fd",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1966-08-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Supremes 1966 smash hit, the first album by an all-female group to reach #1 on the Billboard 200 charts in the US. In 1967, Motown president renamed the group Diana Ross & The Supremes",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}