Information about plays

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

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

{
    "id": 3601260,
    "uri": "https://api.kexp.org/v2/plays/3601260/?format=api",
    "airdate": "2026-01-07T03:34:21-08:00",
    "show": 65584,
    "show_uri": "https://api.kexp.org/v2/shows/65584/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Taste This Sound",
    "track_id": "c85e5e0a-b274-478b-bd8e-484bbb6b2546",
    "recording_id": "fe6339f7-bc63-4254-921e-f0ffe67b3899",
    "artist": "fabric",
    "artist_ids": [
        "42eaffc8-7116-4dd8-b0fe-300fec77d9ff"
    ],
    "album": "Taste This Sound",
    "release_id": "c491e037-122b-4d85-965a-5569f38f3ee2",
    "release_group_id": "49b0d0c2-965b-4e72-9cd1-3aeea655c0be",
    "labels": [
        "Four Flies Records"
    ],
    "label_ids": [
        "a46b3c7f-6f70-4dde-8446-71186ff3dfe2"
    ],
    "release_date": "2025-11-21",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}