Information about plays

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

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

{
    "id": 3626660,
    "uri": "https://api.kexp.org/v2/plays/3626660/?format=api",
    "airdate": "2026-03-08T05:31:31-07:00",
    "show": 66124,
    "show_uri": "https://api.kexp.org/v2/shows/66124/?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": "Rock and Roll",
    "track_id": "c45b2758-e632-36be-aa17-66c861eb6671",
    "recording_id": "dd2e50c0-e6e5-4566-a47b-daf32cc8c18b",
    "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"
}