Information about plays

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

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

{
    "id": 3638010,
    "uri": "https://api.kexp.org/v2/plays/3638010/?format=api",
    "airdate": "2026-04-05T02:00:51-07:00",
    "show": 66371,
    "show_uri": "https://api.kexp.org/v2/shows/66371/?format=api",
    "image_uri": "https://coverartarchive.org/release/149dacf4-61e7-46a2-8e64-a7ec8b431fdc/42957098788-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/149dacf4-61e7-46a2-8e64-a7ec8b431fdc/42957098788-250.jpg",
    "song": "Death of Day",
    "track_id": null,
    "recording_id": "7ed250fa-af3b-4c75-bd9e-a290f1046bf0",
    "artist": "Faetooth",
    "artist_ids": [
        "4f554f8f-990b-4060-b407-0226fd5497d6"
    ],
    "album": "Labyrinthine",
    "release_id": null,
    "release_group_id": "9521ac2b-b127-48cb-8793-bd22c0e8791f",
    "labels": [
        "The Flenser"
    ],
    "label_ids": [
        "ebcfe512-d267-4964-9642-3863c64e6674"
    ],
    "release_date": "2025-09-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Faetooth are playing a show in Seattle on Wed. May 13th at Substation and a show in SF at the Rickshaw Stop on Sat. May 16th! Tour dates on their instagram page: https://www.instagram.com/faetooth/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}