Information about plays

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

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

{
    "id": 3641420,
    "uri": "https://api.kexp.org/v2/plays/3641420/?format=api",
    "airdate": "2026-04-13T03:55:02-07:00",
    "show": 66440,
    "show_uri": "https://api.kexp.org/v2/shows/66440/?format=api",
    "image_uri": "https://coverartarchive.org/release/9f12f7bf-81bb-4a4b-8fc2-9b672a669e0b/24348375224-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9f12f7bf-81bb-4a4b-8fc2-9b672a669e0b/24348375224-250.jpg",
    "song": "Tolling Bells",
    "track_id": null,
    "recording_id": "f5eb8754-3b46-4e63-abef-4bc22051ef2e",
    "artist": "Savoy Brown",
    "artist_ids": [
        "f0167ca4-f151-4194-813f-021bca2ecf7b"
    ],
    "album": "Blue Matter",
    "release_id": null,
    "release_group_id": "9e1ef9be-27df-3826-ac47-f625aa56aec4",
    "labels": [
        "Decca Records"
    ],
    "label_ids": [
        "f18f3b31-8263-4de3-966a-fda317492d3d"
    ],
    "release_date": "1969-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}