Information about plays

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

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

{
    "id": 3580822,
    "uri": "https://api.kexp.org/v2/plays/3580822/?format=api",
    "airdate": "2025-11-20T23:52:39-08:00",
    "show": 65165,
    "show_uri": "https://api.kexp.org/v2/shows/65165/?format=api",
    "image_uri": "https://coverartarchive.org/release/18d353e8-da28-45ad-9100-0706230c45d7/25085147298-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/18d353e8-da28-45ad-9100-0706230c45d7/25085147298-250.jpg",
    "song": "Can We Talk",
    "track_id": null,
    "recording_id": "daa84cfc-8b8a-45d9-9df6-f9cf5ab35323",
    "artist": "Tevin Campbell",
    "artist_ids": [
        "f368568b-1f9f-4d29-99e7-89a2125d0cfe"
    ],
    "album": "I’m Ready",
    "release_id": null,
    "release_group_id": "ed98ad85-e004-389e-994c-492094cce706",
    "labels": [],
    "label_ids": [],
    "release_date": "1993-10-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}