Information about plays

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

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

{
    "id": 3662393,
    "uri": "https://api.kexp.org/v2/plays/3662393/?format=api",
    "airdate": "2026-06-01T12:54:48-07:00",
    "show": 66876,
    "show_uri": "https://api.kexp.org/v2/shows/66876/?format=api",
    "image_uri": "https://coverartarchive.org/release/287c142e-aba2-453f-a3b3-b9672d577641/12723624558-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/287c142e-aba2-453f-a3b3-b9672d577641/12723624558-250.jpg",
    "song": "Papa Was A Rollin' Stone",
    "track_id": null,
    "recording_id": "aae90ad4-53a8-4aba-ac96-6f2044b3ffd2",
    "artist": "The Temptations",
    "artist_ids": [
        "d8df96ae-8fcf-4997-b3e6-e5d1aaf0f69e"
    ],
    "album": "All Directions",
    "release_id": null,
    "release_group_id": "1b715418-65d4-35d1-9fc1-b3b3a3087bcf",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1972-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Thanks to their impeccable harmonies, a parade of hits, and fine-tuned choreography, the Temptations became the definitive vocal group of the 1960s. One of Motown's most elastic acts, they tackled both lush pop and politically charged funk with equal flair, and over time have weathered a steady stream of changes in personnel and consumer tastes with rare dignity and grace.\"\n\nhttps://www.allmusic.com/artist/the-temptations-mn0000569685#biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}