Information about plays

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

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

{
    "id": 3578355,
    "uri": "https://api.kexp.org/v2/plays/3578355/?format=api",
    "airdate": "2025-11-15T04:31:29-08:00",
    "show": 65113,
    "show_uri": "https://api.kexp.org/v2/shows/65113/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "So Far to Go",
    "track_id": "8e6c7b54-0737-386c-925c-321bdbb01e6b",
    "recording_id": "a70120ab-fdef-4119-80f1-655b88f01546",
    "artist": "Common feat. D’Angelo",
    "artist_ids": [
        "b66771cc-45fa-4a32-b14f-5337d7223d7a",
        "c0a1179b-b14a-4d68-a3c1-1fdab16ed602"
    ],
    "album": "Finding Forever",
    "release_id": "532f7f75-91d2-4a10-a13d-b5bf357a1a9a",
    "release_group_id": "7a903fd4-3ee0-3064-85db-7a73306ae61c",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "2007-07-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "J Dilla produced this track.\n\nCommon explains that \"Finding Forever really means to find a place in music where you can exist forever. Music can be forever if you make it from the heart, if you make it from the soul and it’s good. And I look at music like Bob Marley's or Marvin Gaye's or Stevie Wonder's or A Tribe Called Quest's, that's forever music. And I’m continuing on the quest to make forever music.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}