Information about plays

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

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

{
    "id": 3607958,
    "uri": "https://api.kexp.org/v2/plays/3607958/?format=api",
    "airdate": "2026-01-23T06:39:28-08:00",
    "show": 65729,
    "show_uri": "https://api.kexp.org/v2/shows/65729/?format=api",
    "image_uri": "https://dn721909.ca.archive.org/0/items/mbid-244b0b83-1d34-4d0a-9b25-245f9303d28a/mbid-244b0b83-1d34-4d0a-9b25-245f9303d28a-26672293520_thumb500.jpg",
    "thumbnail_uri": "https://dn721909.ca.archive.org/0/items/mbid-244b0b83-1d34-4d0a-9b25-245f9303d28a/mbid-244b0b83-1d34-4d0a-9b25-245f9303d28a-26672293520_thumb250.jpg",
    "song": "Post‐Modern Sleaze",
    "track_id": "9a4a44a0-176a-45fe-97e0-33b1c122e88c",
    "recording_id": "866de37d-7d41-4146-a564-4fd2667209a0",
    "artist": "Sneaker Pimps",
    "artist_ids": [
        "696d8523-39a0-44e2-9add-afaa183a2f46"
    ],
    "album": "Becoming X",
    "release_id": "244b0b83-1d34-4d0a-9b25-245f9303d28a",
    "release_group_id": "62c14bd1-2a53-3a69-9b68-c3df4bc61032",
    "labels": [
        "One Little Indian Records"
    ],
    "label_ids": [
        "0253505b-b0f3-4619-8ce0-6a79fe6fbc32"
    ],
    "release_date": "2019-09-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to Chris Corner (founding member of Sneaker Pimps), born on this day in 1974.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}