Information about plays

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

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

{
    "id": 3575256,
    "uri": "https://api.kexp.org/v2/plays/3575256/?format=api",
    "airdate": "2025-11-07T20:08:59-08:00",
    "show": 65048,
    "show_uri": "https://api.kexp.org/v2/shows/65048/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Terminator",
    "track_id": null,
    "recording_id": "7ec7e3e8-9103-4fa7-95b0-0d1b2b6c3be6",
    "artist": "King Promise feat. Young Jonn",
    "artist_ids": [
        "ece0d907-4872-4404-a5b6-502067f23076",
        "8e1450a4-1d77-4452-b51c-e2f9ed848170"
    ],
    "album": "Terminator",
    "release_id": null,
    "release_group_id": "cce662be-f459-4a52-aca7-9c0867196b72",
    "labels": [],
    "label_ids": [],
    "release_date": "2023-07-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "King Promise has proven himself to be one of the top-notch Afrobeat artists in the Ghanaian music scene!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}