Information about plays

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

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

{
    "id": 3552208,
    "uri": "https://api.kexp.org/v2/plays/3552208/?format=api",
    "airdate": "2025-09-12T19:18:41-07:00",
    "show": 64544,
    "show_uri": "https://api.kexp.org/v2/shows/64544/?format=api",
    "image_uri": "https://coverartarchive.org/release/a6105853-4f27-4176-928e-590f2a21645e/30093528580-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a6105853-4f27-4176-928e-590f2a21645e/30093528580-250.jpg",
    "song": "Sweetness",
    "track_id": null,
    "recording_id": "0f2448f0-996a-40c6-988b-6a98dd5ee53f",
    "artist": "Obongjayar & Sarz",
    "artist_ids": [
        "9fef8897-8e04-455c-9ac4-cb4c0f855dc5",
        "4396961c-d5bb-4301-8fee-07b218ddf67e"
    ],
    "album": "Sweetness",
    "release_id": null,
    "release_group_id": "03e41f5b-9476-4cc0-97bf-0da265d7acc4",
    "labels": [],
    "label_ids": [],
    "release_date": "2021-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"collaborative EP between Nigerian-born, London-based vocalist Obongjayar and in-demand Nigerian producer SARZ\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}