Information about plays

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

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

{
    "id": 3639748,
    "uri": "https://api.kexp.org/v2/plays/3639748/?format=api",
    "airdate": "2026-04-09T04:51:50-07:00",
    "show": 66404,
    "show_uri": "https://api.kexp.org/v2/shows/66404/?format=api",
    "image_uri": "https://coverartarchive.org/release/0fcd00fb-f126-42da-974c-e2731bd6fd2a/6677891573-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0fcd00fb-f126-42da-974c-e2731bd6fd2a/6677891573-250.jpg",
    "song": "We Share Our Mothers’ Health",
    "track_id": null,
    "recording_id": "7d0f530b-bf27-4484-9629-0b7e6cff8574",
    "artist": "The Knife",
    "artist_ids": [
        "bf710b71-48e5-4e15-9bd6-96debb2e4e98"
    ],
    "album": "Silent Shout",
    "release_id": null,
    "release_group_id": "02c05025-e031-30a0-afee-d92cea9d79dd",
    "labels": [
        "Mute Corporation"
    ],
    "label_ids": [
        "68523539-169d-481a-984d-8cc997fb6ea2"
    ],
    "release_date": "2006-02-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Knife were a Swedish electronic music duo from Gothenburg, Sweden - active from 1999 to 2014.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}