Information about plays

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

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

{
    "id": 3588332,
    "uri": "https://api.kexp.org/v2/plays/3588332/?format=api",
    "airdate": "2025-12-08T02:45:20-08:00",
    "show": 65319,
    "show_uri": "https://api.kexp.org/v2/shows/65319/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gap Sealer",
    "track_id": null,
    "recording_id": "873161ae-eb8d-409b-8b38-ffd8c84a4c79",
    "artist": "Jimmy Heath",
    "artist_ids": [
        "29c8775b-49a7-4c5a-af85-478ff25a56bb"
    ],
    "album": "The Gap Sealer",
    "release_id": null,
    "release_group_id": "ba0c8b9f-b1c7-4d13-a269-45e02f3c0246",
    "labels": [
        "Cobblestone"
    ],
    "label_ids": [
        "066474f9-fad7-48dd-868f-04d8bb0a5253"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}