Information about plays

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

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

{
    "id": 3592023,
    "uri": "https://api.kexp.org/v2/plays/3592023/?format=api",
    "airdate": "2025-12-16T21:32:24-08:00",
    "show": 65397,
    "show_uri": "https://api.kexp.org/v2/shows/65397/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Match My Mood",
    "track_id": null,
    "recording_id": null,
    "artist": "Sammy Virji, Flowdan",
    "artist_ids": [
        "e23abc5f-478a-4594-ad18-b3805b3c5316",
        "58998667-6dba-4436-a94c-b3ca20cd4234"
    ],
    "album": "Same Day Cleaning",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Capitol Records UK"
    ],
    "label_ids": [],
    "release_date": "2025-09-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Virji lives in this instrumental duality you can hear, bringing listeners between the rising trend of leveraging UK rapper vocals over electronic beats and the old school use of melodic vocal chops.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}