Information about plays

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

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

{
    "id": 3579588,
    "uri": "https://api.kexp.org/v2/plays/3579588/?format=api",
    "airdate": "2025-11-17T23:22:07-08:00",
    "show": 65141,
    "show_uri": "https://api.kexp.org/v2/shows/65141/?format=api",
    "image_uri": "https://coverartarchive.org/release/9c9ad6c8-1ab9-3054-a2ad-17e477c78f6a/8211175527-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9c9ad6c8-1ab9-3054-a2ad-17e477c78f6a/8211175527-250.jpg",
    "song": "Time to Find Me - AFX Fast Mix",
    "track_id": null,
    "recording_id": null,
    "artist": "Seefeel",
    "artist_ids": [],
    "album": "26 Mixes for Cash",
    "release_id": null,
    "release_group_id": "6ca8f556-be81-38a1-be3c-a5b41c24c107",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2003-03-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}