Information about plays

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

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

{
    "id": 3568741,
    "uri": "https://api.kexp.org/v2/plays/3568741/?format=api",
    "airdate": "2025-10-23T02:02:28-07:00",
    "show": 64908,
    "show_uri": "https://api.kexp.org/v2/shows/64908/?format=api",
    "image_uri": "https://coverartarchive.org/release/9e4a2ab7-2f65-4867-9f40-141fbb01dbbf/30298326447-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9e4a2ab7-2f65-4867-9f40-141fbb01dbbf/30298326447-250.jpg",
    "song": "I Love You More",
    "track_id": null,
    "recording_id": "6290b2be-9d81-44c0-8db8-29dc4451d3c5",
    "artist": "René & Angela",
    "artist_ids": [
        "0ede392f-1c70-454b-9aea-d62bec4c5b6e"
    ],
    "album": "Wall to Wall",
    "release_id": null,
    "release_group_id": "06a92080-908d-3465-98fc-e399cf1de632",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1981-07-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "René & Angela released \"I Love You More\" on their 1981 album Wall to Wall, the duo's second. \nR&B duo Rene & Angela formed in 1979 and recorded three albums for Capitol Records before disbanding in 1986.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}