Information about plays

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

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

{
    "id": 3579635,
    "uri": "https://api.kexp.org/v2/plays/3579635/?format=api",
    "airdate": "2025-11-18T02:09:23-08:00",
    "show": 65142,
    "show_uri": "https://api.kexp.org/v2/shows/65142/?format=api",
    "image_uri": "https://coverartarchive.org/release/d890ca25-ef66-45f4-8364-44b45c4d7589/3876705759-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d890ca25-ef66-45f4-8364-44b45c4d7589/3876705759-250.jpg",
    "song": "(Slip & Slide) Suicide",
    "track_id": null,
    "recording_id": "803e8e05-c61b-40aa-a5b9-6887b6ba94ef",
    "artist": "Kosheen",
    "artist_ids": [
        "4f4bda3c-d636-4135-b65a-6cc26bc75788"
    ],
    "album": "Resist",
    "release_id": null,
    "release_group_id": "5ba8537a-3b76-324a-81e9-3f91b6609964",
    "labels": [
        "Moksha Recordings"
    ],
    "label_ids": [
        "11a2482b-3f8b-48cb-bb1a-d38cc98e8f10"
    ],
    "release_date": "2001-06-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to JE in Petaluma! \n\nStay tuned for DnB @ 3 in less than an hour...",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}