Information about plays

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

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

{
    "id": 3611458,
    "uri": "https://api.kexp.org/v2/plays/3611458/?format=api",
    "airdate": "2026-01-31T15:29:45-08:00",
    "show": 65805,
    "show_uri": "https://api.kexp.org/v2/shows/65805/?format=api",
    "image_uri": "https://dn710303.ca.archive.org/0/items/mbid-6f05e779-e353-4d3f-bf4e-24e505fecc4b/mbid-6f05e779-e353-4d3f-bf4e-24e505fecc4b-44143730491_thumb500.jpg",
    "thumbnail_uri": "https://dn710303.ca.archive.org/0/items/mbid-6f05e779-e353-4d3f-bf4e-24e505fecc4b/mbid-6f05e779-e353-4d3f-bf4e-24e505fecc4b-44143730491_thumb250.jpg",
    "song": "idea of you",
    "track_id": "1b7fd856-6583-4af0-b03d-e8d5298af6a5",
    "recording_id": "417197f7-7b4f-4a8a-8803-716e827ec22b",
    "artist": "Kareen Lomax",
    "artist_ids": [
        "e19f9c0f-6010-4db6-a8aa-29c8c0b74906"
    ],
    "album": "idea of you",
    "release_id": "6f05e779-e353-4d3f-bf4e-24e505fecc4b",
    "release_group_id": "e302a148-e673-4162-8148-20cefcf4941c",
    "labels": [
        "music is fun"
    ],
    "label_ids": [
        "13108bda-6fef-4c90-bafc-3d7f97245d74"
    ],
    "release_date": "2026-01-02",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music from Atlanta based Kareen Lomax!\nhttps://www.kareenlomax.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}