Information about plays

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

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

{
    "id": 3622815,
    "uri": "https://api.kexp.org/v2/plays/3622815/?format=api",
    "airdate": "2026-02-27T01:53:18-08:00",
    "show": 66040,
    "show_uri": "https://api.kexp.org/v2/shows/66040/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It's That (feat. Geologic)",
    "track_id": "36e632ff-3bd8-303d-bdaf-d5db91801ae4",
    "recording_id": "0d16011a-ea97-4e87-a5db-ebe984d20ce1",
    "artist": "Gabriel Teodros",
    "artist_ids": [
        "2584dbb7-683d-498a-a2c5-05147e07587e"
    ],
    "album": "Lovework",
    "release_id": "28d3ae5e-8351-45f3-ac93-168e95a2443f",
    "release_group_id": "333d9de3-4d4e-3a45-aca7-fb037a9258cc",
    "labels": [
        "Massline Media",
        "MassLine"
    ],
    "label_ids": [
        "6c447fb2-1592-4143-a28b-299f5f715fb6",
        "a338e7c4-82d6-48b5-af30-0cd25532aef9"
    ],
    "release_date": "2007-02-27",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Lovework was released on this day in 2007!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}