Information about plays

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

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

{
    "id": 3547184,
    "uri": "https://api.kexp.org/v2/plays/3547184/?format=api",
    "airdate": "2025-08-31T13:58:46-07:00",
    "show": 64437,
    "show_uri": "https://api.kexp.org/v2/shows/64437/?format=api",
    "image_uri": "https://coverartarchive.org/release/9b2de4ad-32ff-453f-a982-65495023d5b7/24108789710-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9b2de4ad-32ff-453f-a982-65495023d5b7/24108789710-250.jpg",
    "song": "You’ve Got the Love (Jamie xx rework)",
    "track_id": null,
    "recording_id": "8538f6ab-0d86-4121-972c-b3f53955acd0",
    "artist": "Florence + the Machine feat. The xx",
    "artist_ids": [
        "5fee3020-513b-48c2-b1f7-4681b01db0c6",
        "c5c2ea1c-4bde-4f4d-bd0b-47b200bf99d6"
    ],
    "album": "You’ve Got the Love",
    "release_id": null,
    "release_group_id": "7029d2b0-e992-4072-976c-c8d1b54484c1",
    "labels": [
        "Island Records"
    ],
    "label_ids": [],
    "release_date": "2009-09-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://florenceandthemachine.net/ remixed by...\nhttps://www.jamiexx.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}