Information about plays

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

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

{
    "id": 3599042,
    "uri": "https://api.kexp.org/v2/plays/3599042/?format=api",
    "airdate": "2026-01-02T02:11:19-08:00",
    "show": 65537,
    "show_uri": "https://api.kexp.org/v2/shows/65537/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "act like u know",
    "track_id": "7cd29b17-d44e-45f3-88e4-23e65212ca55",
    "recording_id": "88d5b2fa-8bcd-4bdd-bb25-e15c012323da",
    "artist": "osquinn & FearDorian",
    "artist_ids": [
        "46a0eeec-1137-4303-85eb-ad11addbe5e4",
        "03b794bb-e27b-41dc-b9f2-6e840f20de95"
    ],
    "album": "Before You Press Play",
    "release_id": "c3b1e7b7-47c2-40eb-955c-3b0fab5ac6f1",
    "release_group_id": "667b9101-9e24-4641-9c34-b96e2afd3196",
    "labels": [
        "3500"
    ],
    "label_ids": [
        "b4a0523c-b272-40bd-8221-0606e0e96422"
    ],
    "release_date": "2025-11-14",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}