Information about plays

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

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

{
    "id": 3603320,
    "uri": "https://api.kexp.org/v2/plays/3603320/?format=api",
    "airdate": "2026-01-12T04:05:52-08:00",
    "show": 65629,
    "show_uri": "https://api.kexp.org/v2/shows/65629/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Up & Up",
    "track_id": null,
    "recording_id": null,
    "artist": "I.A.",
    "artist_ids": [
        "f9cdafca-e03e-4ae0-8eff-e4da41f63368"
    ],
    "album": "Up & Up",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-12-11",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kānaka Maoli\n\nI.A. (Jordan Salud) is a prominent Hawaiian hip-hop artist from Nanakuli, known for his \"urban island\" sound that blends R&B and hip-hop with strong local flavor, representing the unique culture of the 808 state, with hits like \"UP & UP\" and collaborations with artists like Lea Love. He's recognized for bringing Hawaiian hip-hop to broader attention, performing with national acts, and creating music that captures the spirit of Hawaii, often featuring themes of community and identity.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}