Information about plays

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

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

{
    "id": 3575547,
    "uri": "https://api.kexp.org/v2/plays/3575547/?format=api",
    "airdate": "2025-11-08T13:54:52-08:00",
    "show": 65056,
    "show_uri": "https://api.kexp.org/v2/shows/65056/?format=api",
    "image_uri": "https://ia902301.us.archive.org/11/items/mbid-34c84c3f-f33c-44c1-80e6-3cb323890d2c/mbid-34c84c3f-f33c-44c1-80e6-3cb323890d2c-21551491643_thumb500.jpg",
    "thumbnail_uri": "https://ia802301.us.archive.org/11/items/mbid-34c84c3f-f33c-44c1-80e6-3cb323890d2c/mbid-34c84c3f-f33c-44c1-80e6-3cb323890d2c-21551491643_thumb250.jpg",
    "song": "50ft Queenie",
    "track_id": "1f733e78-138d-30b0-b2b0-fb622ebb58d6",
    "recording_id": "90bed8b1-48f5-4044-9991-6f7f262abf3f",
    "artist": "PJ Harvey",
    "artist_ids": [
        "e795e03d-b5d5-4a5f-834d-162cfb308a2c"
    ],
    "album": "50ft Queenie",
    "release_id": "34c84c3f-f33c-44c1-80e6-3cb323890d2c",
    "release_group_id": "99d9481d-3b87-35de-8cc7-e74d7a62fc89",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1993-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "50ft Queenie was the first single from PJ Harvey's second album \"Rid of Me\" from 1993.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}