Information about plays

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

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

{
    "id": 3608909,
    "uri": "https://api.kexp.org/v2/plays/3608909/?format=api",
    "airdate": "2026-01-25T09:33:26-08:00",
    "show": 65751,
    "show_uri": "https://api.kexp.org/v2/shows/65751/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Soulful Football",
    "track_id": null,
    "recording_id": "2355b912-ddd8-4eb3-9a0d-3e9043a6b862",
    "artist": "Willie Henderson",
    "artist_ids": [
        "bbe51cb3-e79b-4343-a403-2b25f7163151"
    ],
    "album": "Funky Chicken",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Brunswick"
    ],
    "label_ids": [],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born in Florida and raised in Chicago the musician was one of four arrangers on Brunswick Records and worked with Jackie Wilson and the Chi-Lites, but released a few of his own songs like this one.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}