Information about plays

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

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

{
    "id": 3544179,
    "uri": "https://api.kexp.org/v2/plays/3544179/?format=api",
    "airdate": "2025-08-24T11:37:04-07:00",
    "show": 64375,
    "show_uri": "https://api.kexp.org/v2/shows/64375/?format=api",
    "image_uri": "https://coverartarchive.org/release/953eef8f-32dc-4a12-bd21-08ec6e6bc519/15563365120-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/953eef8f-32dc-4a12-bd21-08ec6e6bc519/15563365120-250.jpg",
    "song": "Brother Louie",
    "track_id": null,
    "recording_id": "c2315276-95fd-4d1e-87e7-5d2480077506",
    "artist": "Stories",
    "artist_ids": [
        "ec0d9da0-c126-4293-b1b9-cc3ad1df41a1"
    ],
    "album": "About Us",
    "release_id": null,
    "release_group_id": "06e33800-530a-3c91-9d9f-5e86c6dcc7f7",
    "labels": [
        "Kama Sutra"
    ],
    "label_ids": [],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The New York band recorded their own version of the song about an interracial couple that had done well when released by British band Hot Chocolate a year earlier.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}