Information about plays

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

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

{
    "id": 3583478,
    "uri": "https://api.kexp.org/v2/plays/3583478/?format=api",
    "airdate": "2025-11-27T02:15:18-08:00",
    "show": 65220,
    "show_uri": "https://api.kexp.org/v2/shows/65220/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Finest",
    "track_id": null,
    "recording_id": "d817e9ea-dd8f-4464-a72c-7b7588ddb257",
    "artist": "MF DOOM feat. Tommy Gunn",
    "artist_ids": [
        "188711ed-c99b-439c-844a-ca831f63a727",
        "c1a4f0ac-eedc-4d33-a85d-cca9f8eebc83"
    ],
    "album": "Operation: Doomsday",
    "release_id": null,
    "release_group_id": "66f1ac02-2eb6-31dc-ab33-6eaa603f41cd",
    "labels": [
        "Fondle 'em"
    ],
    "label_ids": [
        "c44cdbc4-1b32-474b-83e4-8a40b932652f"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "MF DOOM sampled The S.O.S. Band's \"The Finest.\"\n--\nBoth Tommy Gunn and Megalon join MF DOOM on this cut.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}