Information about plays

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

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

{
    "id": 3601904,
    "uri": "https://api.kexp.org/v2/plays/3601904/?format=api",
    "airdate": "2026-01-08T17:14:41-08:00",
    "show": 65597,
    "show_uri": "https://api.kexp.org/v2/shows/65597/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mind to Me",
    "track_id": "f475a791-6ce6-4617-9948-f6ac552b1648",
    "recording_id": "57cdf298-be81-4845-b400-3b41960cf769",
    "artist": "fault",
    "artist_ids": [
        "b1d47837-94d1-41e5-95be-06b530649133"
    ],
    "album": "Mind to Me",
    "release_id": "f6e3e10e-b6c7-4f69-94f5-14de3b90bda7",
    "release_group_id": "7b089d66-3d0b-4c8b-a424-c24a371a7259",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-11-14",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Australian indie/rock band.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}