Information about plays

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

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

{
    "id": 3630222,
    "uri": "https://api.kexp.org/v2/plays/3630222/?format=api",
    "airdate": "2026-03-17T14:11:20-07:00",
    "show": 66207,
    "show_uri": "https://api.kexp.org/v2/shows/66207/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Prague",
    "track_id": null,
    "recording_id": null,
    "artist": "Jack Harlow",
    "artist_ids": [
        "134cb0bc-06fa-42f7-8078-b0c858349975"
    ],
    "album": "Monica",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Atlantic Records"
    ],
    "label_ids": [],
    "release_date": "2026-03-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"‘Monica’ represents the fulfilment of this, a soulful point of inflection that moves firmly, decisively away from rap music. Deep in his R&B lane, ‘Monica’ pivots into a Soulquarian vibe – recorded at the historic Electric Lady Studios, it occupies the same crucible that birthed acclaimed recordings from D’Angelo and Erykah Badu, and a dusting of their magic settles on the succinct ‘Monica’.\"\n\nhttps://www.clashmusic.com/reviews/jack-harlow-monica/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}