Information about plays

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

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

{
    "id": 3618348,
    "uri": "https://api.kexp.org/v2/plays/3618348/?format=api",
    "airdate": "2026-02-16T15:50:41-08:00",
    "show": 65951,
    "show_uri": "https://api.kexp.org/v2/shows/65951/?format=api",
    "image_uri": "https://dn710609.ca.archive.org/0/items/mbid-a418ecb4-9e50-4de1-9518-5cdac47b9af1/mbid-a418ecb4-9e50-4de1-9518-5cdac47b9af1-6689775173_thumb500.jpg",
    "thumbnail_uri": "https://dn710609.ca.archive.org/0/items/mbid-a418ecb4-9e50-4de1-9518-5cdac47b9af1/mbid-a418ecb4-9e50-4de1-9518-5cdac47b9af1-6689775173_thumb250.jpg",
    "song": "Justine",
    "track_id": "e8bdc20f-d9cf-3cdd-b45c-8b9f27693f99",
    "recording_id": "b7f16bcb-3d0c-412e-b2c9-8820c8698603",
    "artist": "The Blasters",
    "artist_ids": [
        "ce0a5b20-7485-4074-85c8-bdb6a3668d12"
    ],
    "album": "Testament: The Complete Slash Recordings 1981-1985",
    "release_id": "a418ecb4-9e50-4de1-9518-5cdac47b9af1",
    "release_group_id": "8ddbaa90-8b48-3bb8-ae55-d0334537f66e",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2002-05-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Birthday Justine!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}