Information about plays

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

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

{
    "id": 3554806,
    "uri": "https://api.kexp.org/v2/plays/3554806/?format=api",
    "airdate": "2025-09-19T01:19:13-07:00",
    "show": 64599,
    "show_uri": "https://api.kexp.org/v2/shows/64599/?format=api",
    "image_uri": "https://coverartarchive.org/release/a04486fc-31b7-48e1-8239-07cd30e67ef7/17796307959-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a04486fc-31b7-48e1-8239-07cd30e67ef7/17796307959-250.jpg",
    "song": "Moon Rocks",
    "track_id": null,
    "recording_id": null,
    "artist": "Talking Heads",
    "artist_ids": [
        "a94a7155-c79d-4409-9fcf-220cb0e4dc3a"
    ],
    "album": "Speaking in Tongues",
    "release_id": null,
    "release_group_id": "8a7a9db3-f87b-37d5-96a6-67485a8792e6",
    "labels": [
        "Sire"
    ],
    "label_ids": [],
    "release_date": "1983-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The moon belongs to America, and anxiously awaits the arrival of our astro-men - https://www.youtube.com/watch?v=5GEqHM_yRoE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}