Information about plays

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

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

{
    "id": 3604919,
    "uri": "https://api.kexp.org/v2/plays/3604919/?format=api",
    "airdate": "2026-01-16T02:56:18-08:00",
    "show": 65662,
    "show_uri": "https://api.kexp.org/v2/shows/65662/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't Nobody Care About Us (instrumental)",
    "track_id": null,
    "recording_id": "30bf633a-3904-4fdc-bd78-10309f8f129e",
    "artist": "Phat Kat",
    "artist_ids": [
        "f5efd0f0-7b84-4e67-8632-b07b2c50084e"
    ],
    "album": "Dedication to the Suckers",
    "release_id": null,
    "release_group_id": "7c7abe41-1573-4ab2-b4d5-bb275ad4557f",
    "labels": [
        "RonnieCash.com"
    ],
    "label_ids": [
        "09e17023-bfa6-40ec-8b85-743a2b1d28ac"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "[air break]\n\nProduced by J Dilla.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}