Information about plays

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

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

{
    "id": 3600005,
    "uri": "https://api.kexp.org/v2/plays/3600005/?format=api",
    "airdate": "2026-01-04T04:54:32-08:00",
    "show": 65559,
    "show_uri": "https://api.kexp.org/v2/shows/65559/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Un amor de la calle",
    "track_id": "9b47c609-5178-4bd6-b97a-6985150c2259",
    "recording_id": "68e5bb3b-8c2a-492e-b4c7-9a425c63b837",
    "artist": "iLe",
    "artist_ids": [
        "25e7697d-24cb-4cba-904e-a90b53cc3004"
    ],
    "album": "Como las canto yo",
    "release_id": "ca1e4448-8b91-444b-8427-77c32620e347",
    "release_group_id": "5049dc3f-e855-4cfb-b103-801f5896269b",
    "labels": [
        "La Buena Fortuna Music LLC"
    ],
    "label_ids": [
        "2612cdd9-fe31-4807-b9ab-7578fe925821"
    ],
    "release_date": "2025-10-24",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}