Information about plays

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

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

{
    "id": 3593922,
    "uri": "https://api.kexp.org/v2/plays/3593922/?format=api",
    "airdate": "2025-12-21T08:11:18-08:00",
    "show": 65437,
    "show_uri": "https://api.kexp.org/v2/shows/65437/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The High",
    "track_id": null,
    "recording_id": null,
    "artist": "Nala Sinephro",
    "artist_ids": [
        "46a4b150-be30-44b3-a337-e06a72657d33"
    ],
    "album": "The Smashing Machine (Original Motion Picture Soundtrack)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Warp"
    ],
    "label_ids": [],
    "release_date": "2025-10-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brief piece off the stunning first-time soundtrack from London-based Caribbean-Belgian composer, producer and musician Nala Sinephro ~ https://nalasinephro.bandcamp.com/album/the-smashing-machine-original-motion-picture-soundtrack",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}