Information about plays

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

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

{
    "id": 3576966,
    "uri": "https://api.kexp.org/v2/plays/3576966/?format=api",
    "airdate": "2025-11-11T21:13:12-08:00",
    "show": 65084,
    "show_uri": "https://api.kexp.org/v2/shows/65084/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tabi Tabi Po",
    "track_id": null,
    "recording_id": "1d563160-cd4f-4bfd-8e0c-8546f40068c1",
    "artist": "Kimmortal",
    "artist_ids": [
        "6253b202-ba04-4e7e-83c7-38e64442f06d"
    ],
    "album": "Shoebox",
    "release_id": null,
    "release_group_id": "f501ce06-a29d-4468-aa43-40ffa5999967",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2023-11-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Known for their signature subversive gusto only complemented with a down-to-earth, human vulnerability, Kimmortal (they/them) flows between singing and rapping over pop-layered hip hop beats bending musical genres and exploring sounds and lyrical intricacies\n\nhttps://kimmortalportal.com/aboutme",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}