Information about plays

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

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

{
    "id": 3590785,
    "uri": "https://api.kexp.org/v2/plays/3590785/?format=api",
    "airdate": "2025-12-13T22:12:20-08:00",
    "show": 65372,
    "show_uri": "https://api.kexp.org/v2/shows/65372/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Roleplay",
    "track_id": null,
    "recording_id": "b550aae0-a5eb-4be2-a125-36a31fbd64fa",
    "artist": "Karma Sutra",
    "artist_ids": [
        "f0407cae-0cbd-4982-8cb6-6cdeb39585ea"
    ],
    "album": "The Daydreams of a Production Line Worker",
    "release_id": null,
    "release_group_id": "1cec9dba-2846-4a7f-9baf-304f8faa207a",
    "labels": [
        "Sealed Records"
    ],
    "label_ids": [],
    "release_date": "2025-05-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally released on Paradoxical Records 1987",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}