Information about plays

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

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

{
    "id": 3553189,
    "uri": "https://api.kexp.org/v2/plays/3553189/?format=api",
    "airdate": "2025-09-15T01:05:08-07:00",
    "show": 64566,
    "show_uri": "https://api.kexp.org/v2/shows/64566/?format=api",
    "image_uri": "https://coverartarchive.org/release/7a1555e0-ce6e-4ae3-b9d5-f5c3c779cadf/15403095091-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7a1555e0-ce6e-4ae3-b9d5-f5c3c779cadf/15403095091-250.jpg",
    "song": "Dag Madam Merci",
    "track_id": null,
    "recording_id": "8ab284a9-1f9e-46ca-ba04-5af057a434b7",
    "artist": "Placebo",
    "artist_ids": [
        "81b9963b-7ff7-47f7-9afb-fe454d8db43c"
    ],
    "album": "Placebo",
    "release_id": null,
    "release_group_id": "f12fbbf1-83bb-43f5-a777-e56090ffc3a1",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}