Information about plays

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

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

{
    "id": 3519639,
    "uri": "https://api.kexp.org/v2/plays/3519639/?format=api",
    "airdate": "2025-06-27T19:20:29-07:00",
    "show": 63853,
    "show_uri": "https://api.kexp.org/v2/shows/63853/?format=api",
    "image_uri": "https://coverartarchive.org/release/aa4874f2-dd0c-440c-9553-9581b311ac1a/9648690396-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/aa4874f2-dd0c-440c-9553-9581b311ac1a/9648690396-250.jpg",
    "song": "Anosherekets",
    "track_id": null,
    "recording_id": null,
    "artist": "Oliver Mtukudzi",
    "artist_ids": [
        "566fb0fe-cf3a-48d1-a4ea-e9e6aaf7236e"
    ],
    "album": "Ndega Zvangu",
    "release_id": null,
    "release_group_id": "2bdd92dc-5e36-3f8f-a0a1-17d13e63a1a8",
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Oliver \"Tuku\" Mtukudzi was a Zimbabwean musician, businessman, philanthropist, human rights activist and UNICEF Goodwill Ambassador for Southern Africa Region.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}