Information about plays

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

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

{
    "id": 3599078,
    "uri": "https://api.kexp.org/v2/plays/3599078/?format=api",
    "airdate": "2026-01-02T04:07:45-08:00",
    "show": 65537,
    "show_uri": "https://api.kexp.org/v2/shows/65537/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "apartment",
    "track_id": "c5497dd1-4957-4ad0-8f5b-6298bef80e10",
    "recording_id": "a8bf5f0f-a5c2-45f7-90ec-091cc6ed318d",
    "artist": "Kareen Lomax",
    "artist_ids": [
        "e19f9c0f-6010-4db6-a8aa-29c8c0b74906"
    ],
    "album": "apartment",
    "release_id": "9f15cedd-b98c-4c71-a743-8ece08401d91",
    "release_group_id": "7b149c51-47fa-4d58-83fa-def82432bfab",
    "labels": [
        "music is fun"
    ],
    "label_ids": [
        "13108bda-6fef-4c90-bafc-3d7f97245d74"
    ],
    "release_date": "2025-11-07",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kareen Lomax is an acclaimed Atlanta-born alternative R&B singer-songwriter known for her unique, vulnerable vocal tone, and strong pen game, gaining fame through collaborations like Diplo's \"Looking For Me\" after starting her career writing songs from her bed, even working as a dog groomer",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}