Information about plays

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

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

{
    "id": 3569796,
    "uri": "https://api.kexp.org/v2/plays/3569796/?format=api",
    "airdate": "2025-10-25T14:41:43-07:00",
    "show": 64931,
    "show_uri": "https://api.kexp.org/v2/shows/64931/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Girl, so confusing",
    "track_id": "9385bce4-abc6-4f6e-9a99-9398d5785387",
    "recording_id": "60b5a199-5013-4465-b7a1-871ff9687c70",
    "artist": "Charli xcx featuring lorde",
    "artist_ids": [
        "260b6184-8828-48eb-945c-bc4cb6fc34ca",
        "8e494408-8620-4c6a-82c2-c2ca4a1e4f12"
    ],
    "album": "Brat and it’s completely different but also still brat",
    "release_id": "51557262-53a4-41f4-a6fc-53060b5aecd6",
    "release_group_id": "1eb5ec6f-8f49-466b-a855-4906be6e565a",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2024-10-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}