Information about plays

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

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

{
    "id": 3624950,
    "uri": "https://api.kexp.org/v2/plays/3624950/?format=api",
    "airdate": "2026-03-03T21:07:58-08:00",
    "show": 66084,
    "show_uri": "https://api.kexp.org/v2/shows/66084/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dast",
    "track_id": null,
    "recording_id": null,
    "artist": "MADANII",
    "artist_ids": [
        "b9f0e209-f4c0-4b54-a468-d084d60d2227"
    ],
    "album": "Dast",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "[PIAS] Recordings Germany"
    ],
    "label_ids": [
        "f5502561-a675-440b-ba97-f148ed50524f"
    ],
    "release_date": "2025-01-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "German-Iranian singer MADANii turns inward to unpack what it means to reclaim the parts of herself she once tried to hide. It is sung in Farsi and English, emotionally layered, and honest.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}