Information about plays

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

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

{
    "id": 3582856,
    "uri": "https://api.kexp.org/v2/plays/3582856/?format=api",
    "airdate": "2025-11-25T16:34:26-08:00",
    "show": 65209,
    "show_uri": "https://api.kexp.org/v2/shows/65209/?format=api",
    "image_uri": "https://coverartarchive.org/release/4fa4e6db-cd64-45d0-83a2-4cfb21363b69/32145978977-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4fa4e6db-cd64-45d0-83a2-4cfb21363b69/32145978977-250.jpg",
    "song": "Ephemeral",
    "track_id": null,
    "recording_id": "7f6bcc62-601b-4195-ad99-916250435428",
    "artist": "Pelican",
    "artist_ids": [
        "5a797e16-f69a-4957-820f-1152ec19d236"
    ],
    "album": "Ephemeral",
    "release_id": null,
    "release_group_id": "d4c78ed9-7158-375d-9b93-3e6bc3b8f8d2",
    "labels": [
        "Southern Lord"
    ],
    "label_ids": [
        "3b78c7e5-6292-4f6b-b921-bdcbe681ea27"
    ],
    "release_date": "2009-06-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Record Store Day Release!\nThe RSD Black Friday exclusive deluxe version contains the EP that preceded the album, “Ephemeral” featuring Dylan Carlson of Earth on guitar for the bands interpretation of the Earth track: Geometry of Murder. The Ephemeral EP has been unavailable on vinyl for fifteen years.\nhttps://recordstoreday.com/SpecialRelease/19336",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}