Information about plays

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

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

{
    "id": 3522769,
    "uri": "https://api.kexp.org/v2/plays/3522769/?format=api",
    "airdate": "2025-07-05T00:15:50-07:00",
    "show": 63921,
    "show_uri": "https://api.kexp.org/v2/shows/63921/?format=api",
    "image_uri": "https://coverartarchive.org/release/5da0870d-374f-4a56-98c0-71e9d621c189/38833043954-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5da0870d-374f-4a56-98c0-71e9d621c189/38833043954-250.jpg",
    "song": "Gonna Do It for You",
    "track_id": null,
    "recording_id": "1e2e1e65-e4ab-48bc-9e54-1c5891f074a9",
    "artist": "Chubb Rock",
    "artist_ids": [
        "54a783d6-1066-4a3d-b3ee-d12547ea5daa"
    ],
    "album": "And the Winner Is...",
    "release_id": null,
    "release_group_id": "53d9d5ee-63dc-35a4-b4d5-35e7a003bf06",
    "labels": [
        "Select Records"
    ],
    "label_ids": [
        "8d9c1c36-e91e-4e1d-9d84-23503118eaa1"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}