Information about plays

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

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

{
    "id": 3623241,
    "uri": "https://api.kexp.org/v2/plays/3623241/?format=api",
    "airdate": "2026-02-28T00:45:09-08:00",
    "show": 66047,
    "show_uri": "https://api.kexp.org/v2/shows/66047/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "International Playas Anthem (remix)",
    "track_id": null,
    "recording_id": "b5ae3c51-35d3-4929-8490-3ef97f283321",
    "artist": "OutKast feat. UGK",
    "artist_ids": [
        "73fdb566-a9b1-494c-9f32-51768ec9fd27",
        "9603810b-5d6d-41a6-aca8-330ef966d55c"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "OutKast released “International Players Anthem” in 2007 as part of their double album Idlewild, featuring Southern rap duo UGK. The track blends smooth, soulful production with witty lyricism, becoming a defining Southern hip-hop anthem.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}