Information about plays

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

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

{
    "id": 3545325,
    "uri": "https://api.kexp.org/v2/plays/3545325/?format=api",
    "airdate": "2025-08-27T02:43:16-07:00",
    "show": 64398,
    "show_uri": "https://api.kexp.org/v2/shows/64398/?format=api",
    "image_uri": "https://ia600701.us.archive.org/16/items/mbid-fa7dc2c5-1725-4f6e-b828-150ec920da2f/mbid-fa7dc2c5-1725-4f6e-b828-150ec920da2f-16299512488_thumb500.jpg",
    "thumbnail_uri": "https://ia600701.us.archive.org/16/items/mbid-fa7dc2c5-1725-4f6e-b828-150ec920da2f/mbid-fa7dc2c5-1725-4f6e-b828-150ec920da2f-16299512488_thumb250.jpg",
    "song": "Bord de mer",
    "track_id": "eee6a839-bac6-4048-9f86-92a2da5b8d9f",
    "recording_id": "6ad14035-fec4-4dc8-8db5-4a4547a26470",
    "artist": "Group Doueh & Cheveu",
    "artist_ids": [
        "3eb990b7-ff69-47f0-a44f-28c659b3fe32",
        "05dbd133-51b3-4181-a000-858a255d3fb0"
    ],
    "album": "DAKHLA - SAHARA - SESSION",
    "release_id": "fa7dc2c5-1725-4f6e-b828-150ec920da2f",
    "release_group_id": "b03a8354-b577-4eae-9680-550d2957b3a0",
    "labels": [
        "Born Bad Records"
    ],
    "label_ids": [
        "c82f5a52-138e-46b0-b359-acab96b71ce6"
    ],
    "release_date": "2017-03-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.bornbadrecords.net/releases/bb092-group-doueh-cheveu-dakhla-sahara-session/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}