Information about plays

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

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

{
    "id": 3596125,
    "uri": "https://api.kexp.org/v2/plays/3596125/?format=api",
    "airdate": "2025-12-26T04:51:55-08:00",
    "show": 65475,
    "show_uri": "https://api.kexp.org/v2/shows/65475/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bat macumba",
    "track_id": "ddfd5d89-ec10-3f0a-9eea-3df900aa94ee",
    "recording_id": "fdea0cfc-aa36-4804-97da-23a8c537d29c",
    "artist": "Os Mutantes",
    "artist_ids": [
        "a3212186-5da5-4e84-a935-6952b3e14921"
    ],
    "album": "Os Mutantes",
    "release_id": "20a55a85-2942-3444-be5c-3bf4eef707cf",
    "release_group_id": "f3578417-4c90-3891-a2cf-d1eab06cc084",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}