Information about plays

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

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

{
    "id": 3531325,
    "uri": "https://api.kexp.org/v2/plays/3531325/?format=api",
    "airdate": "2025-07-25T00:04:32-07:00",
    "show": 64104,
    "show_uri": "https://api.kexp.org/v2/shows/64104/?format=api",
    "image_uri": "https://coverartarchive.org/release/df9deb46-fc6a-4fb4-8fc0-e1f54534e81f/28934561470-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/df9deb46-fc6a-4fb4-8fc0-e1f54534e81f/28934561470-250.jpg",
    "song": "Escape From Planet Earth",
    "track_id": null,
    "recording_id": "8fafa4bd-ed1b-4179-a3d6-b90d0e577a79",
    "artist": "The Continental Four",
    "artist_ids": [
        "c5a2e0d9-332a-4402-81a1-59704e80ba08"
    ],
    "album": "Dream World",
    "release_id": null,
    "release_group_id": "25bacf1e-45a6-466e-b333-13a5f13f4457",
    "labels": [],
    "label_ids": [],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}