Information about plays

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

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

{
    "id": 3548091,
    "uri": "https://api.kexp.org/v2/plays/3548091/?format=api",
    "airdate": "2025-09-02T18:10:07-07:00",
    "show": 64456,
    "show_uri": "https://api.kexp.org/v2/shows/64456/?format=api",
    "image_uri": "https://ia601301.us.archive.org/10/items/mbid-701a1f0d-3906-4173-abc3-254e2b69b9c0/mbid-701a1f0d-3906-4173-abc3-254e2b69b9c0-12135644621_thumb500.jpg",
    "thumbnail_uri": "https://ia601301.us.archive.org/10/items/mbid-701a1f0d-3906-4173-abc3-254e2b69b9c0/mbid-701a1f0d-3906-4173-abc3-254e2b69b9c0-12135644621_thumb250.jpg",
    "song": "Blowin' Cool",
    "track_id": "3297aa90-6683-4f39-9783-3953da8c1a27",
    "recording_id": "dceb384e-0cdc-43e7-95e5-f355fee9b0bd",
    "artist": "Swervedriver",
    "artist_ids": [
        "fa6c7999-ff65-486b-9e18-bcb59d6db2f0"
    ],
    "album": "Mezcal Head",
    "release_id": "16b466f0-ae6a-40cf-98f9-ff71523d9367",
    "release_group_id": "7433e05c-4a07-3f22-a607-b2aa3f1c86a7",
    "labels": [
        "Creation Records"
    ],
    "label_ids": [
        "73fc1220-d52c-478c-883c-124c1bf38b95"
    ],
    "release_date": "1993-08-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Swervedriver is a legendary Oxford shoegaze band formed in 1989. \nThey released a new EP in 2025, their first new music since 2018\nhttps://www.swervedriver.com/home/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}