Information about plays

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

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

{
    "id": 3571568,
    "uri": "https://api.kexp.org/v2/plays/3571568/?format=api",
    "airdate": "2025-10-29T22:15:24-07:00",
    "show": 64969,
    "show_uri": "https://api.kexp.org/v2/shows/64969/?format=api",
    "image_uri": "https://coverartarchive.org/release/ef57e2de-4522-4213-80c4-041f9dbc7669/3249462052-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ef57e2de-4522-4213-80c4-041f9dbc7669/3249462052-250.jpg",
    "song": "Hichschool Witch",
    "track_id": null,
    "recording_id": "d58e755c-c595-4027-a531-4b2000134f9a",
    "artist": "The 5.6.7.8’s",
    "artist_ids": [
        "c7caf86a-cf4d-41d3-b68a-eaeab80da4b8"
    ],
    "album": "The 5.6.7.8’s",
    "release_id": null,
    "release_group_id": "39990872-49a9-3261-9ed9-26a71a7440e5",
    "labels": [
        "Time Bomb"
    ],
    "label_ids": [
        "53c87d77-d555-4e5c-a289-1b29caac7945"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Second record from this Tokyo group that formed in 1986 by sisters Sachiko and Yoshiko \"Ronnie\" Fujiyama.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}