Information about plays

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

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

{
    "id": 3575252,
    "uri": "https://api.kexp.org/v2/plays/3575252/?format=api",
    "airdate": "2025-11-07T19:56:33-08:00",
    "show": 65048,
    "show_uri": "https://api.kexp.org/v2/shows/65048/?format=api",
    "image_uri": "https://coverartarchive.org/release/ebdefc74-69aa-46ce-bf78-49dd827b8f8a/41106897915-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ebdefc74-69aa-46ce-bf78-49dd827b8f8a/41106897915-250.jpg",
    "song": "obaa sima",
    "track_id": null,
    "recording_id": "df7d9e75-742f-43a2-9868-05ba74653430",
    "artist": "Fireboy Dml",
    "artist_ids": [
        "4d09a017-4e09-47a7-b274-a7e0767ac4e0"
    ],
    "album": "adedamola",
    "release_id": null,
    "release_group_id": "96fa3b9f-c841-4e0b-8366-1e3c000e1c04",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-08-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Signed to YBNL Nation (founded by Olamide) in 2018 after Olamide heard his early tracks—this marked the start of his professional music journey!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}