Information about plays

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

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

{
    "id": 3641809,
    "uri": "https://api.kexp.org/v2/plays/3641809/?format=api",
    "airdate": "2026-04-14T03:17:47-07:00",
    "show": 66448,
    "show_uri": "https://api.kexp.org/v2/shows/66448/?format=api",
    "image_uri": "https://coverartarchive.org/release/2eb458ee-2325-4737-bd09-cb44f6ff4947/44767931672-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2eb458ee-2325-4737-bd09-cb44f6ff4947/44767931672-250.jpg",
    "song": "Better Know",
    "track_id": null,
    "recording_id": "88e8beea-14a6-40f3-851a-57d1c5e78d72",
    "artist": "Harmony",
    "artist_ids": [
        "58dc95f4-13ab-454b-89e6-6ffd0bb91435"
    ],
    "album": "Give It to Me / Better Know / Moving",
    "release_id": null,
    "release_group_id": "1aff428a-e242-40b3-9012-19513ad42792",
    "labels": [
        "Deep Jungle Records"
    ],
    "label_ids": [
        "7e9de698-0475-4a05-8ce1-8d5e1445b5f4"
    ],
    "release_date": "2026-04-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://harmonydeepjungle.bandcamp.com/album/dat121-harmony-give-it-to-me-better-know-moving",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}