Information about plays

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

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

{
    "id": 3631939,
    "uri": "https://api.kexp.org/v2/plays/3631939/?format=api",
    "airdate": "2026-03-21T12:42:22-07:00",
    "show": 66242,
    "show_uri": "https://api.kexp.org/v2/shows/66242/?format=api",
    "image_uri": "https://dn711200.ca.archive.org/0/items/mbid-d2b1d49f-eefb-45f4-a067-8eb481618752/mbid-d2b1d49f-eefb-45f4-a067-8eb481618752-1095689846_thumb500.jpg",
    "thumbnail_uri": "https://dn711200.ca.archive.org/0/items/mbid-d2b1d49f-eefb-45f4-a067-8eb481618752/mbid-d2b1d49f-eefb-45f4-a067-8eb481618752-1095689846_thumb250.jpg",
    "song": "I Love You (Me Either)",
    "track_id": "abcc8ff2-e8a9-3469-ba6b-216810af0528",
    "recording_id": "85c084d4-93e8-4fc1-9981-ca1be028b4f9",
    "artist": "Cat Power & Karen Elson",
    "artist_ids": [
        "05755bf1-380c-487f-983f-d1a02401fa28",
        "3780151c-8a94-4fd3-96d4-a9bcea866444"
    ],
    "album": "Monsieur Gainsbourg Revisited",
    "release_id": "e5a8f5b5-5e14-4cf2-8a35-9a3479e83e16",
    "release_group_id": "55aab9e9-4096-3644-ada0-334d37ff893a",
    "labels": [
        "Barclay"
    ],
    "label_ids": [
        "d059553b-0f1f-4e81-ada6-c7eb804b9465"
    ],
    "release_date": "2006-08-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees: Cat Power covers Serge Gainsbourg's \"I Love You (Me Either)\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}