Information about plays

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

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

{
    "id": 3547670,
    "uri": "https://api.kexp.org/v2/plays/3547670/?format=api",
    "airdate": "2025-09-01T18:51:42-07:00",
    "show": 64448,
    "show_uri": "https://api.kexp.org/v2/shows/64448/?format=api",
    "image_uri": "https://coverartarchive.org/release/2ccb86b2-a5bf-49c4-853d-7c9f78344f42/32304157656-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2ccb86b2-a5bf-49c4-853d-7c9f78344f42/32304157656-250.jpg",
    "song": "Runnin’",
    "track_id": null,
    "recording_id": "9b240f72-c82c-460a-b2c0-ab9c74e79aaa",
    "artist": "The Pharcyde",
    "artist_ids": [
        "d7134426-a937-43bf-bc54-f10ad8102ed9"
    ],
    "album": "Labcabincalifornia",
    "release_id": null,
    "release_group_id": "d0dc0be5-53ec-3810-8683-ba1dfac644f8",
    "labels": [
        "Delicious Vinyl"
    ],
    "label_ids": [
        "fa21d4fc-2f5b-48df-9f70-066f0d8cfc3e"
    ],
    "release_date": "1995-11-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this track from The Pharcyde's 1995 'Labcabincalifornia', producer J. Dilla took Stan Getz' \"Saudade Vem Correndo\" and flipped the horn arrangement along with the guitar and piano. He also took the horns from Woody Herman's \"Flying Easy\" as well as the brush drums from James Moody's \"You Follow Me.\" Run DMC's \"Rock Box\" is also sampled vocally, the Run sample plays in part of the song's hook.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}