Information about plays

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

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

{
    "id": 3667547,
    "uri": "https://api.kexp.org/v2/plays/3667547/?format=api",
    "airdate": "2026-06-13T21:16:37-07:00",
    "show": 66982,
    "show_uri": "https://api.kexp.org/v2/shows/66982/?format=api",
    "image_uri": "https://coverartarchive.org/release/ae16de24-edb2-4d07-a25c-8a41d71c6761/45183915918-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ae16de24-edb2-4d07-a25c-8a41d71c6761/45183915918-250.jpg",
    "song": "Teenage Runaway",
    "track_id": null,
    "recording_id": "96a33757-b3ec-4ac6-9d6a-9418a86802c6",
    "artist": "The Donnas",
    "artist_ids": [
        "d70416d3-c006-4a8b-aebd-91a4f198591f"
    ],
    "album": "The Donnas",
    "release_id": null,
    "release_group_id": "e6e22005-c402-3c57-b8d1-2da7dabc75da",
    "labels": [
        "Lookout! Records"
    ],
    "label_ids": [
        "1688db48-6fb1-43df-883d-954d39477958"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Donnas formed in 1993 in Palo Alto, CA when all members were fourteen!\n\nhttps://www.instagram.com/the.donnas/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}