Information about plays

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

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

{
    "id": 3554669,
    "uri": "https://api.kexp.org/v2/plays/3554669/?format=api",
    "airdate": "2025-09-18T16:37:27-07:00",
    "show": 64596,
    "show_uri": "https://api.kexp.org/v2/shows/64596/?format=api",
    "image_uri": "https://coverartarchive.org/release/1af9c08f-aeb2-4ab0-8085-4ab323f165b9/41307076489-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1af9c08f-aeb2-4ab0-8085-4ab323f165b9/41307076489-250.jpg",
    "song": "I Am Here Now",
    "track_id": null,
    "recording_id": "83e67f33-7d76-44cc-9d33-6bfb2af78855",
    "artist": "Thanya Iyer",
    "artist_ids": [
        "89f2c7ba-2505-4d7b-a4bb-eed32e822964"
    ],
    "album": "TIDE/TIED",
    "release_id": null,
    "release_group_id": "a4b4bd22-e30c-4fbe-8c18-470fc7bf106c",
    "labels": [
        "Topshelf Records"
    ],
    "label_ids": [
        "83e9ed9f-5e33-4203-b865-caf7f44fd075"
    ],
    "release_date": "2025-04-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featured track on In Our Headphones today!\n\nThanya Iyer is an enigmatic songwriter who crafts sparkling, experimental pop music.\n-\nhttps://thanyaiyer.bandcamp.com/album/tide-tied",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}