Information about plays

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

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

{
    "id": 3547017,
    "uri": "https://api.kexp.org/v2/plays/3547017/?format=api",
    "airdate": "2025-08-31T03:22:21-07:00",
    "show": 64434,
    "show_uri": "https://api.kexp.org/v2/shows/64434/?format=api",
    "image_uri": "https://coverartarchive.org/release/ea7b829c-3de6-33a6-8303-7101b3e669c6/5806412500-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ea7b829c-3de6-33a6-8303-7101b3e669c6/5806412500-250.jpg",
    "song": "The Boy With the Arab Strap",
    "track_id": null,
    "recording_id": null,
    "artist": "Belle & Sebastian",
    "artist_ids": [],
    "album": "The Boy With the Arab Strap",
    "release_id": null,
    "release_group_id": "25f3f7bf-f308-390c-b512-e0d4caaa8417",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1998-09-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}