Information about plays

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

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

{
    "id": 3542703,
    "uri": "https://api.kexp.org/v2/plays/3542703/?format=api",
    "airdate": "2025-08-21T01:21:40-07:00",
    "show": 64344,
    "show_uri": "https://api.kexp.org/v2/shows/64344/?format=api",
    "image_uri": "https://coverartarchive.org/release/8880250b-2b9e-34d6-a591-ef4dc261585e/30738846085-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8880250b-2b9e-34d6-a591-ef4dc261585e/30738846085-250.jpg",
    "song": "Satisfaction (Gang Starr remix)",
    "track_id": null,
    "recording_id": "cd811e94-a36f-4cc4-a7ae-cade305a0852",
    "artist": "Wendy & Lisa",
    "artist_ids": [
        "cd5f01dd-244a-42f0-ae2e-66ff13020024"
    ],
    "album": "Eroica",
    "release_id": null,
    "release_group_id": "5de54cd6-75a2-37a7-9096-662de60fdd75",
    "labels": [],
    "label_ids": [],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Former members Wendy Melvoin and Lisa Coleman of Prince's band the Revolution, featuring Gang Starr",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}