Information about plays

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

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

{
    "id": 3554842,
    "uri": "https://api.kexp.org/v2/plays/3554842/?format=api",
    "airdate": "2025-09-19T03:12:30-07:00",
    "show": 64599,
    "show_uri": "https://api.kexp.org/v2/shows/64599/?format=api",
    "image_uri": "https://coverartarchive.org/release/1568ee96-3557-43a9-8819-bb0392b5ee20/41499919138-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1568ee96-3557-43a9-8819-bb0392b5ee20/41499919138-250.jpg",
    "song": "Body Don't Lie (Priori's Magical Touch Mix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Regularfantasy",
    "artist_ids": [],
    "album": "Body Don't Lie EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Correspondant"
    ],
    "label_ids": [
        "d09f9fe3-cbb4-41df-9235-e3f6f8ba6f42"
    ],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Two Montreal faves teaming up - https://correspondant.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}