Information about plays

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

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

{
    "id": 3587292,
    "uri": "https://api.kexp.org/v2/plays/3587292/?format=api",
    "airdate": "2025-12-05T21:22:56-08:00",
    "show": 65297,
    "show_uri": "https://api.kexp.org/v2/shows/65297/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rose Rouge",
    "track_id": null,
    "recording_id": "79c1a05c-f1a8-4438-a821-6b3e4c010f07",
    "artist": "Jorja Smith",
    "artist_ids": [
        "d62614aa-ef2c-44cd-8a7b-91292755a1d0"
    ],
    "album": "Rose Rouge",
    "release_id": null,
    "release_group_id": "43899a3e-5cf5-4c16-b7c5-d24f1d395256",
    "labels": [],
    "label_ids": [],
    "release_date": "2020-06-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jorja Smith's gorgeous cover of St Germaine's \"Rose Rouge\". St Germaine's 2000 version was itself based on a sample of Marlena Shaw's \"Woman of the Ghetto\" from her 1973 album, 'Cookin' With Blue Note at Montreaux'.\nhttps://www.bluenote.com/announcing-blue-note-reimagined-lead-single-jorja-smith-rose-rouge-out-now/\n\nhttps://www.jorjasmith.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}