Information about plays

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

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

{
    "id": 3547761,
    "uri": "https://api.kexp.org/v2/plays/3547761/?format=api",
    "airdate": "2025-09-02T00:11:55-07:00",
    "show": 64450,
    "show_uri": "https://api.kexp.org/v2/shows/64450/?format=api",
    "image_uri": "https://coverartarchive.org/release/be7c6436-8894-4724-824d-f26bf1776530/19022133389-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/be7c6436-8894-4724-824d-f26bf1776530/19022133389-250.jpg",
    "song": "Master Blaster (Jammin')",
    "track_id": null,
    "recording_id": null,
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "Hotter Than July",
    "release_id": null,
    "release_group_id": "6fbde199-c971-3d4f-a8df-ca13a998e3c7",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1980-09-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "(This would've made more sense had I played it in August)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}