Information about plays

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

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

{
    "id": 3532345,
    "uri": "https://api.kexp.org/v2/plays/3532345/?format=api",
    "airdate": "2025-07-27T09:07:47-07:00",
    "show": 64128,
    "show_uri": "https://api.kexp.org/v2/shows/64128/?format=api",
    "image_uri": "https://coverartarchive.org/release/46eb98dd-acaf-4e7d-b11f-2f3fb784536a/9921509564-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/46eb98dd-acaf-4e7d-b11f-2f3fb784536a/9921509564-250.jpg",
    "song": "Sangue latino",
    "track_id": null,
    "recording_id": "3ac37b88-7137-404b-a8e9-f037928e91b7",
    "artist": "Secos & Molhados",
    "artist_ids": [
        "6840dcbe-3aca-4057-8d16-4799c3730e3a"
    ],
    "album": "Secos & Molhados",
    "release_id": null,
    "release_group_id": "917bcbb3-77c2-3e0c-9bba-03bde7e3ef50",
    "labels": [
        "Continental"
    ],
    "label_ids": [
        "1ae09d67-1e9c-4efb-b4ab-d7cd5e08f83a"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brazilian band formed in 1971",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}