Information about plays

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

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

{
    "id": 3565187,
    "uri": "https://api.kexp.org/v2/plays/3565187/?format=api",
    "airdate": "2025-10-15T00:29:56-07:00",
    "show": 64837,
    "show_uri": "https://api.kexp.org/v2/shows/64837/?format=api",
    "image_uri": "https://coverartarchive.org/release/bf4f37ba-d160-423d-98fd-7a606ae3e788/30093510562-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bf4f37ba-d160-423d-98fd-7a606ae3e788/30093510562-250.jpg",
    "song": "By Your Side (The Neptunes remix)",
    "track_id": null,
    "recording_id": "f3adc5cf-9ae1-413a-af1f-f10b20fb622c",
    "artist": "Sade",
    "artist_ids": [
        "67930b3e-e00b-469f-8c74-fd69f20522ec"
    ],
    "album": "By Your Side",
    "release_id": null,
    "release_group_id": "6d0e7ef9-9ee9-35ed-8d32-8124d1315c7d",
    "labels": [],
    "label_ids": [],
    "release_date": "2000-10-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}