Information about plays

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

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

{
    "id": 3579820,
    "uri": "https://api.kexp.org/v2/plays/3579820/?format=api",
    "airdate": "2025-11-18T11:51:38-08:00",
    "show": 65145,
    "show_uri": "https://api.kexp.org/v2/shows/65145/?format=api",
    "image_uri": "https://dn710207.ca.archive.org/0/items/mbid-d7540849-d7f7-4c5d-a13d-2a45ba749bc2/mbid-d7540849-d7f7-4c5d-a13d-2a45ba749bc2-28661267790_thumb500.jpg",
    "thumbnail_uri": "https://dn710207.ca.archive.org/0/items/mbid-d7540849-d7f7-4c5d-a13d-2a45ba749bc2/mbid-d7540849-d7f7-4c5d-a13d-2a45ba749bc2-28661267790_thumb250.jpg",
    "song": "The 15th",
    "track_id": "05adeeb4-03a3-4715-88e2-40ed619d1d97",
    "recording_id": "84ea6350-4ee0-4a08-89d9-608798305d27",
    "artist": "Fischerspooner",
    "artist_ids": [
        "a4f54716-24d9-4c6b-8ba7-1d7e7a5173d0"
    ],
    "album": "#1",
    "release_id": "d7540849-d7f7-4c5d-a13d-2a45ba749bc2",
    "release_group_id": "0fc357b5-b750-32e9-9b68-4c80e69f0ab4",
    "labels": [
        "FS Studios"
    ],
    "label_ids": [
        "ca1dc27e-b6a3-4d2f-9983-b29af2a1fede"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "When Warren Fischer and Casey Spooner founded their art, music, and performance project Fischerspooner in 1998 in New York, they had a mission—to make the stuffy and elitist art scene more open and accessible. Here's a biography of the band: https://www.allmusic.com/artist/mn0000178051/#biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}