Information about plays

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

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

{
    "id": 3641176,
    "uri": "https://api.kexp.org/v2/plays/3641176/?format=api",
    "airdate": "2026-04-12T12:02:43-07:00",
    "show": 66433,
    "show_uri": "https://api.kexp.org/v2/shows/66433/?format=api",
    "image_uri": "https://coverartarchive.org/release/e4aff7c3-3c32-41d8-9fcc-2a5d2db36b9b/41663014227-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e4aff7c3-3c32-41d8-9fcc-2a5d2db36b9b/41663014227-250.jpg",
    "song": "Keep Me in Mind",
    "track_id": null,
    "recording_id": "3fa78403-58f2-435c-93f7-69d3dc53127c",
    "artist": "Kelly Finnigan feat. Renaldo Domino",
    "artist_ids": [
        "868bf8f7-f63a-4791-9fba-c439071ab491",
        "48cab45e-9d96-4e7a-8da5-83d86476fa2b"
    ],
    "album": "Keep Me In Mind",
    "release_id": null,
    "release_group_id": "70cc0655-ed5e-4662-a754-03daaf475081",
    "labels": [
        "Colemine Records"
    ],
    "label_ids": [
        "cfb1811d-1776-4c68-881e-112f83b59998"
    ],
    "release_date": "2025-04-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The San Francisco musician teamed up with Renaldo Domino for this cover of Samson & Delilah’s 1967 song.\nhttps://kellyfinnigan.bandcamp.com/album/keep-me-in-mind-let-me-count-the-reasons",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}