Information about plays

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

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

{
    "id": 3657270,
    "uri": "https://api.kexp.org/v2/plays/3657270/?format=api",
    "airdate": "2026-05-20T14:34:49-07:00",
    "show": 66768,
    "show_uri": "https://api.kexp.org/v2/shows/66768/?format=api",
    "image_uri": "https://coverartarchive.org/release/50cd38d5-bcbb-43f5-bb1b-51d671f44a5a/13515308281-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/50cd38d5-bcbb-43f5-bb1b-51d671f44a5a/13515308281-250.jpg",
    "song": "Love and Affection",
    "track_id": null,
    "recording_id": "955a7158-bc55-4ad6-96e5-03fe3be774dd",
    "artist": "Joan Armatrading",
    "artist_ids": [
        "fa598e78-5cc5-4a8b-a3b5-63934d4712c7"
    ],
    "album": "Joan Armatrading",
    "release_id": null,
    "release_group_id": "0ac6d075-35ed-3ec4-8751-06533b8511ee",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1976-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I am not in love but I'm open to persuasion...\"\n---\n\"Love and Affection” was Joan Armatrading's first chart success, and the Guardian described it as a, “deceptively feisty ballad...an instant classic.\n--\nWatch a 70's video of Joan Armatrading performing “Love And Affection” live in 1976: https://youtu.be/oag3I4VRXyM\n\n-",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}