Information about plays

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

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

{
    "id": 3669732,
    "uri": "https://api.kexp.org/v2/plays/3669732/?format=api",
    "airdate": "2026-06-19T04:15:45-07:00",
    "show": 67025,
    "show_uri": "https://api.kexp.org/v2/shows/67025/?format=api",
    "image_uri": "https://dn720709.ca.archive.org/0/items/mbid-b533e3f3-83ed-41da-b739-911bef4052bc/mbid-b533e3f3-83ed-41da-b739-911bef4052bc-45298277600_thumb500.jpg",
    "thumbnail_uri": "https://dn720709.ca.archive.org/0/items/mbid-b533e3f3-83ed-41da-b739-911bef4052bc/mbid-b533e3f3-83ed-41da-b739-911bef4052bc-45298277600_thumb250.jpg",
    "song": "We Might as Well Be Strangers",
    "track_id": "fdd2a97c-02f4-4034-9c51-1202f8a2c425",
    "recording_id": "a4fe832e-3353-46b3-9b30-3794a4f0a727",
    "artist": "Weezer ft. Wednesday",
    "artist_ids": [
        "9833b455-0da2-40b5-8e63-37816c910604",
        "6fe07aa5-fec0-4eca-a456-f29bff451b04"
    ],
    "album": "Weezer",
    "release_id": "b533e3f3-83ed-41da-b739-911bef4052bc",
    "release_group_id": "171245fd-a5ff-4551-857c-710ce0967f8f",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "2026-08-21",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}