Information about plays

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

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

{
    "id": 3616186,
    "uri": "https://api.kexp.org/v2/plays/3616186/?format=api",
    "airdate": "2026-02-11T14:04:59-08:00",
    "show": 65905,
    "show_uri": "https://api.kexp.org/v2/shows/65905/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let Me Know",
    "track_id": null,
    "recording_id": "4c52f2c3-6161-4440-bb98-e628b09f3189",
    "artist": "Cam'Ron",
    "artist_ids": [],
    "album": "S.D.E.",
    "release_id": null,
    "release_group_id": "3046cc73-fe82-3301-9535-dfc0b3e4c749",
    "labels": [
        "Untertainment Records"
    ],
    "label_ids": [
        "a1e954f4-a540-4f7c-a36e-478b3d9924b5"
    ],
    "release_date": "2000-09-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Producer Darrell \"Digga\" Branch sampled  “Heavy Action” by Johnny Pearson, best known as the classic theme song of Monday Night Football.\n--\nSee the music video of Cam'Ron performing \"Let Me Know\": https://www.youtube.com/watch?v=kP40hY38UkI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}