Information about plays

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

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

{
    "id": 3547593,
    "uri": "https://api.kexp.org/v2/plays/3547593/?format=api",
    "airdate": "2025-09-01T13:50:41-07:00",
    "show": 64447,
    "show_uri": "https://api.kexp.org/v2/shows/64447/?format=api",
    "image_uri": "https://coverartarchive.org/release/2e024fc0-932c-40bf-9f4e-31c48f3ac6f0/21137779491-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2e024fc0-932c-40bf-9f4e-31c48f3ac6f0/21137779491-250.jpg",
    "song": "Step",
    "track_id": null,
    "recording_id": "d2982044-a4a5-4851-927d-0f34b950767c",
    "artist": "Vampire Weekend feat. Danny Brown, Heems & Despot",
    "artist_ids": [
        "af37c51c-0790-4a29-b995-456f98a6b8c9",
        "960afc67-9c21-46dd-9c7f-ff2b509e3150",
        "2d7b4a87-5c36-45dc-9fd6-fc52916cd69d",
        "d4dd06d4-ab7e-4ed9-bcef-cb306384ba38"
    ],
    "album": "Step",
    "release_id": null,
    "release_group_id": "63eadad1-7525-4204-b8e1-ab59326b27f0",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2015-04-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shoutout to Johann Pachelbel's Canon in D for being all up in this song. \n\nIt's Johann Pachelbel's birthday today. If he was immortal, he'd be 372 years old.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}