Information about plays

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

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

{
    "id": 3582156,
    "uri": "https://api.kexp.org/v2/plays/3582156/?format=api",
    "airdate": "2025-11-24T01:48:18-08:00",
    "show": 65194,
    "show_uri": "https://api.kexp.org/v2/shows/65194/?format=api",
    "image_uri": "https://coverartarchive.org/release/80375859-1b32-4406-9336-2f22115083a1/14787686749-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/80375859-1b32-4406-9336-2f22115083a1/14787686749-250.jpg",
    "song": "This Couldn't Be the Real Thing",
    "track_id": null,
    "recording_id": "bb19da96-cc52-4a52-84d6-1ab03ed5f0ae",
    "artist": "Cal Tjader",
    "artist_ids": [
        "1015b5e3-8e3d-4d78-806a-c530cf742e66"
    ],
    "album": "Gozame! Pero Ya...",
    "release_id": null,
    "release_group_id": "74e2f941-3030-4c7f-a6d3-0af6cae60c26",
    "labels": [
        "Concord Picante"
    ],
    "label_ids": [
        "151abbd7-328e-40f0-9a32-5fa623a3e6eb"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}