Information about plays

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

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

{
    "id": 3587285,
    "uri": "https://api.kexp.org/v2/plays/3587285/?format=api",
    "airdate": "2025-12-05T20:52:20-08:00",
    "show": 65297,
    "show_uri": "https://api.kexp.org/v2/shows/65297/?format=api",
    "image_uri": "https://coverartarchive.org/release/d86886cf-443c-4f5f-aed5-028a671b45b7/30720544022-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d86886cf-443c-4f5f-aed5-028a671b45b7/30720544022-250.jpg",
    "song": "Il n'est jamais trop tard",
    "track_id": null,
    "recording_id": "a91d99cd-99a2-4f3d-abb8-4f62339c2ed7",
    "artist": "Cheikh Lô",
    "artist_ids": [
        "0b1e097a-4afa-4e82-b5ef-b49cfcb54927"
    ],
    "album": "Jamm",
    "release_id": null,
    "release_group_id": "ace4c536-55e9-4648-892f-1aceefa57b49",
    "labels": [],
    "label_ids": [],
    "release_date": "2010-08-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "check out his in-studio performance here: https://www.youtube.com/watch?v=uoSY-b3sn4E",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}