Information about plays

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

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

{
    "id": 3611411,
    "uri": "https://api.kexp.org/v2/plays/3611411/?format=api",
    "airdate": "2026-01-31T12:27:05-08:00",
    "show": 65804,
    "show_uri": "https://api.kexp.org/v2/shows/65804/?format=api",
    "image_uri": "https://ia802903.us.archive.org/29/items/mbid-75377608-b7ef-45ba-875c-f1969e83f298/mbid-75377608-b7ef-45ba-875c-f1969e83f298-25512626943_thumb500.jpg",
    "thumbnail_uri": "https://ia802903.us.archive.org/29/items/mbid-75377608-b7ef-45ba-875c-f1969e83f298/mbid-75377608-b7ef-45ba-875c-f1969e83f298-25512626943_thumb250.jpg",
    "song": "Brasil",
    "track_id": "809aa3f9-ad7d-4df0-88ac-2c82a2e9adec",
    "recording_id": "841dd7d4-e8da-4469-80b2-2f7d6e5f3d7c",
    "artist": "EOB",
    "artist_ids": [
        "9ae93352-6da7-4efb-abb2-e43ef51acb25"
    ],
    "album": "Earth",
    "release_id": "75377608-b7ef-45ba-875c-f1969e83f298",
    "release_group_id": "43b0dee9-2952-41ad-a43a-d35d06900603",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2020-04-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Earth is the 2020 debut solo album from Ed O'Brien, guitarist and songwriter of Radiohead.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}