Information about plays

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

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

{
    "id": 3557709,
    "uri": "https://api.kexp.org/v2/plays/3557709/?format=api",
    "airdate": "2025-09-25T21:24:26-07:00",
    "show": 64660,
    "show_uri": "https://api.kexp.org/v2/shows/64660/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Big City",
    "track_id": null,
    "recording_id": null,
    "artist": "Eyedress, Chad Hugo",
    "artist_ids": [],
    "album": "Stoner",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [],
    "release_date": "2025-04-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Eyedress is the stage name for Filipino musician Idris Vicuña, known for his genre-blending music that incorporates elements of noise pop, indie rock, bedroom pop, and hip-hop. On this track he links up with Chad Hugo, one half of the production duo The Neptunes.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}