Information about plays

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

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

{
    "id": 3670610,
    "uri": "https://api.kexp.org/v2/plays/3670610/?format=api",
    "airdate": "2026-06-21T05:15:55-07:00",
    "show": 67047,
    "show_uri": "https://api.kexp.org/v2/shows/67047/?format=api",
    "image_uri": "https://dn710707.ca.archive.org/0/items/mbid-a55a7de4-5a1c-3c84-98c6-28b042ee5202/mbid-a55a7de4-5a1c-3c84-98c6-28b042ee5202-17137828996_thumb500.jpg",
    "thumbnail_uri": "https://dn710707.ca.archive.org/0/items/mbid-a55a7de4-5a1c-3c84-98c6-28b042ee5202/mbid-a55a7de4-5a1c-3c84-98c6-28b042ee5202-17137828996_thumb250.jpg",
    "song": "The Battle of Evermore",
    "track_id": "8c954b34-d0fd-3d7a-9c70-a1cb7f6bfc87",
    "recording_id": "f5e3a2d9-29c9-4684-bf38-178c4ce76e3c",
    "artist": "Led Zeppelin",
    "artist_ids": [
        "678d88b2-87b0-403b-b63d-5da7465aecc3"
    ],
    "album": "[Led Zeppelin IV]",
    "release_id": "a55a7de4-5a1c-3c84-98c6-28b042ee5202",
    "release_group_id": "2e61da88-39e9-3473-81d2-c964cb394952",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1994-07-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}