Information about plays

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

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

{
    "id": 3622794,
    "uri": "https://api.kexp.org/v2/plays/3622794/?format=api",
    "airdate": "2026-02-27T00:36:11-08:00",
    "show": 66039,
    "show_uri": "https://api.kexp.org/v2/shows/66039/?format=api",
    "image_uri": "https://coverartarchive.org/release/31f932a0-281e-442a-9ff0-9020baa1a486/41722559283-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/31f932a0-281e-442a-9ff0-9020baa1a486/41722559283-250.jpg",
    "song": "be mine",
    "track_id": null,
    "recording_id": "60ace749-eba1-447a-b1ed-0fc9eaccd3d0",
    "artist": "strongboi",
    "artist_ids": [
        "fbf6f72f-c8dd-465d-b13e-593bfd9a92c7"
    ],
    "album": "be mine",
    "release_id": null,
    "release_group_id": "52528a25-28b9-4780-9c11-44ba7d85e8e0",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-02-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}